Hello,
I have found Postman flow to be quite interesting and am using it to test a workflow.
The problem is as below(added labels in screenshot):
-
At Level 1, I have a list of projects, each having unique project_id. I am looping each of the project_id using Loop 1 to the users within that project
-
At level 2, I have the list of user_id for the respective project. I am looping through each of the users using Loop 2 to reach Level 3.
-
At Level 3, I would need both - the project_id and the user_id to send an API request.
However, I am not able to get the corresponding project_id at Level 3. Could you please suggest a solution ?
Thanks in advance!

