Hi,
I’ve looked into the documentation and older forum questions and I can’t really find anyone talking about this in the specific way I’m looking for.
What I want to do is to have looped steps in the middle of my Zap, but I want the loop to end before the end of the whole Zap. Here’s an example of what I mean:
- Form is filled by client and there’s a field that contains multiple answers split by commas
- Split the text in that field by comma
- Start loop
- For each item in the field, do X
- For each item in the field, do Y
- End loop
- Do something else that has nothing to do with the loop
Every time I create a loop, all the subsequent steps are nested inside the loop automatically. Is there a way to avoid this? I know I could just put anything past step 4 before the loop, but the logic of my Zap makes more sense if I put them after the loop.