Hi,
my API Call with the Download tool returns 300 rows and I have to use pagination.
I am new to macros and need help in developing a workflow that updates the endpoint. For our api it goes like this:
"https://endpoint.com?$top=300&$skip=300", where I want to update the last value to go from 0 to 300 to 600 to 900 and so forth. This would give me all the data but I dont know how I could update the value with an interative macro if one is needed.
Thanks in advance.