I have a flow that stops executing even though my loop has not completed and I believe it has to do with indexing but I am not sure and do not know how to resolve it, if it is.
Looks like the evaluate block on top might be causing it. Try combining that evaluate item with the output of the Send Request block in a record block and sending both through the βdataβ port of the If block so the values only go through when the condition is true.
While that was probably an issue, I also identified that there are duplicate records in my result set which appear to be messing with the loop. Do you have any advice on error handling this way?