Counter using IF node

Hey @Sathya_Narayanan,

Give this a bash, What we do is set a counter then enter a loop to perform the action. The first If would need to check if the previous task worked if it did off it pops to the rest of the flow if it failed it hits a second if to check the counter.

If the counter is 2 or more it takes the “second path” if not it goes to a set node that increments the counter by 1 then goes back to the action.

4 Likes