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
Sync-Time Custom Record Fields Incompatible
Real-Time Custom Record Fields Incompatible

Custom record fields that evaluate in real time must be configured using one or more Custom Field functions.

Process Reports Incompatible

Cannot be used to configure a process report.

Process Events Incompatible

Cannot be used to configure a process event node, such as a start event or timer event.

Open in Github Built: Tue, Apr 16, 2024 (02:44:18 PM)

topaginginfo() Function

FEEDBACK