Free cookie consent management tool by TermsFeed topaginginfo() Function
topaginginfo() Function

Function

topaginginfo( startIndex, batchSize )

Returns a PagingInfo value for use with the todatasubset() function.

See also: todatasubset()

Parameters

Keyword Type Description

startIndex

Integer

The value for the startIndex field.

batchSize

Integer

The value for the batchSize field.

Returns

PagingInfo

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

topaginginfo(1, 25) returns [startIndex=1, batchSize=25]

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Incompatible
Process Reports Incompatible

You cannot use this function to configure a process report.

Process Events Incompatible

You cannot use this function to configure a process event node, such as a start event or timer event.

Open in Github Built: Wed, Apr 24, 2024 (06:51:47 PM)

topaginginfo() Function

FEEDBACK