I am appreciative of all the help from the community so far.
I am trying to set up a job to loop through the results of a request and send two requests based on criteria from the original request but it stops executing at a certain point for some reason and I cannot figure out why.
A lot of the time if the loops are causing issues, it’s best to make a copy of your flow (duplicate in the flows selection pane by clicking the three dots) and then replace using variables with using the values directly with a select block instead to see if that’s the issue.
Last part that is cut off from above to show the end of it:
I imagine I am not using the If correctly however I am not sure I understand how they are fully supposed to work within the context of what I am trying to do
The reason this is likely happening is because the ports in purple are being triggered every iteration, whereas the other input is coming through only when the condition is true.
If you’re still having issues after making the change, feel free to send me a DM and we can setup a debugging call to see what else might be causing this.