I have a Zap that creates and invoice record, then loops through and adds the line items for that invoice. I would like to add more steps/actions after that loop has completed, outside of the loop. Is this possible?
Add an action after a loop
Best answer by DavidLGS
Yes. After the last step contained within your loop, add a filter. The filter condition should be “Loop iteration is last → true”.
Any loop that is NOT the last iteration will fail the filter and go back to the top. So on the last iteration, it meets the filter criteria and continues down to your next actions.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.