I have a scenario that run once a day. It uses an Http Get Request module, to call an api. Since the API is limited by a max of 300 records, i am using a “cursor” in the api request.
I added a repeater with “999” repeats, and I would like it to stop, when the cursor is null.
No matter what i try i can’t seems to get it to work. What am I missing? why there is no way to run a simple loop in make?