Hello, this community post helped me to correctly create my pagination loop based on the return of a cursor variable.
The Scenario goes well to the path that stops the loop when my cursor variable is empty… but the problem is that the whole scenario stops and I would rather, when the “cursor” variable is empty:
- Stop the repetition loop
- Continue the rest of the scenario
Thanks in advance for your answer!