Hello everyone,
I have requirement is to to fetch data from an Odata API and move it to one excel.
I have used TEXT INPUT(Given API)---> DOWNLOAD TOOL(passed URL)---> XML PARSER(Downloaded data)---> XML PARSER(Content_Ouer_XML)
The problem is when I run this workflow it will fetch only first 500 records, since this API is having pagination and each page contains 500 records.
How do I call that using interactive macro and get all the records?
I do not have any idea on how many pages and records are available in API.
