Is First Page

Forms Developer Guides Scripting Data Array

is_first_page()

array.is_first_page();

If the SubmissionDataArray is a paginated result generated by a request (not manually constructed), is_first_page will return a boolean indicating whether it is the first page of results.

See first_page, previous_page, next_page, and last_page.