Previous Page

Forms Developer Guides Scripting Data Array

previous_page()

array.previous_page();

If the SubmissionDataArray is a paginated result generated by a request (not manually constructed), previous_page will return a promise loading the previous page of responses.

See first_page, next_page, and last_page.