Hello 👋 I hope you can help me on. I am building an automation rule, that must get all members of a Jira group. The group can be more of 500 users. I learned, that using the API endpoint /rest/api/3/group/member uses pagination. My rule does the first web request and stores the account Ids in a variable, it does the second web request, where the start cursor was raised to 50 and adds the account Ids to the variable. I can't get the rule to do as many iterations, as the value "isLast" is true. My guess is, that the for-each configuration is not correct, but I don't have an idea, which value to put there. Here is the automation.











And here is the audit log, my 2 markers indicate, that the first web request worked and the 2nd as well.

Thanks to everyone spending their time to help 😊
Alex