View this page in the latest version of Appian. topaginginfo() Function Share Share via LinkedIn Reddit Email Copy Link Print On This Page 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. Feedback Was this page helpful? SHARE FEEDBACK Loading...