Skip to main content
Question

Is it possible to add an action after Looping by Zapier?

  • 20 June 2024
  • 1 reply
  • 86 views

I want to add an action after the loop Iteration how can I do so. Because the Plus Icon is not available after loop  

i want to add the last action (Create Invoice to Stripe) after the loop Finished

 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @Shubham2396 

Yes, help articles to reference for Looping: https://zapier.com/apps/looping/help

 

How do I stop a loop from running in subsequent action steps?

All actions after the looping step will run for each iteration of the loop. If you don’t want an action step to loop:

  • After the last step you want to loop, add a filter step.
  • Set the filter to only continue if the value loop_iteration_is_last matches the (Boolean) Is True condition.

The filter will run in every loop but will only pass in the last loop. Any actions step after the filter will run once in the last loop and use only 1 task.

miscEye icon Note

If you want an action step to only run once, add it before the looping step, if possible. This will use less tasks and the filter step won’t be needed.