Issue with Raw API List Request - Page Number Based Paging block in automation
Qlik Cloud (SaaS) and Qlik Application Automation support page number-based pagination for raw API requests.
In Qlik Application Automation, there is a dedicated block specifically for this requirement: the Raw API List Request - Page Number Based Paging block.
How it works: You configure the block with the query parameter name for the page number (e.g., page) and the page size (e.g., per_page). The block automatically increments the page number starting from your defined Page Start (0 or 1) until no more data is returned.
Key Configuration Fields:
Path: The API endpoint (e.g., /leads).
Page Size Field Name: The query parameter name for page size (e.g., per_page).
Page Size: The number of records per request (max 200).
Page Number Field Name: The query parameter name for the page number (e.g., page).
Page Start: The initial page number (usually 1 for 1-based APIs or 0 for 0-based).
Json Path For Output Records: The JSON key containing the list of items (e.g., data).
Usage: This block handles the loop internally, making it the preferred method for automations involving APIs like Zoho or other page-numbered endpoints
The issue is, it does not produce a result, i.e. output is blank as per attachment 1 RAW API List request. For comparison, the same connection used in a straight RAW API Request produces the expected output (attachment 2).