topaginginfo() Function
This function cannot be used with Custom Record Field Expressions.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

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]

Open in Github Built: Fri, Jun 02, 2023 (06:00:52 PM)

On This Page

FEEDBACK