Quick overview:
- I have a REST API
- I have been successful at obtaining a single JSON object that I then parse into a table. Yay!
- I know the total number of pages that my request needs to iterate through.
Problem:
I know how to pass values from other fields into my POST body to get desired results but I don't know how to create a loop to increment my page number until it hits the total pages number.

How do I feed the totalpages number into a loop that would stop at (in this example) 4 API calls that append to one database set?
I'm guessing the Download Tool needs to be in my iteration macro along with passing the totalPages and authentication Token into it.
Can someone briefly describe the general make-up of the iterative macro? I feel I can make it if I knew what tools to use in the process.Thanks!