Checklist
Describe the problem you'd like to have solved
The for loop needs access to the inner nodes. In my scenario, I need to stop the loop based on a condition, but I’m unable to do so because I can’t access the response from the inner HTTP request node. I also tried assigning the response to a flow variable, but that didn’t work either.
Describe the ideal solution
For loop needs to have access to inner nodes so that we can break the for loop dynamically based on condition
Alternatives and current workarounds
No response
Additional context
No response
Checklist
Describe the problem you'd like to have solved
The for loop needs access to the inner nodes. In my scenario, I need to stop the loop based on a condition, but I’m unable to do so because I can’t access the response from the inner HTTP request node. I also tried assigning the response to a flow variable, but that didn’t work either.
Describe the ideal solution
For loop needs to have access to inner nodes so that we can break the for loop dynamically based on condition
Alternatives and current workarounds
No response
Additional context
No response