Hello,
I have a question in this thread, i am also trying to run a loop and inside the loop i have if - else conditions where based on the condition it will call the put requests. so when i run the collection do i have to include other two put calls as well or only select the get call where i have defined if-else statement? meaning if “if” statement pass it calls 1st put call and else will call 2nd put call.