I have an iterative macro that fetches data from a paginated API. The gateway has a strict limitation of 100 requests per minute.
Where should I place the throttle tool in my workflow to ensure that iterative macro runs so that the 100 requests/minute limit is held? Placing it inside the macro doesn't make any sense as for each iteration only one request is made.
Also to note here, the iterative macro itself is part of a batch macro.
P.S. Cant upload the workflow.