Scenario: Zap calls a subzap.
In this subzap, there is a filter action.
In case the values do not pass the filter, will the subzap return to the zap where it was called from, and continue the rest of the actions in that zap?
Scenario: Zap calls a subzap.
In this subzap, there is a filter action.
In case the values do not pass the filter, will the subzap return to the zap where it was called from, and continue the rest of the actions in that zap?
Best answer by GetUWiredBest answer by GetUWired
No, not if you use a filter.
Your main zap will be set to waiting/delayed as it would be waiting for a response that will never come.
If you were to need your subzap to return to the main zap regardless of passing the filter criteria, it would be best to use a path in your subzap instead of a filter.
I.e if passes filter criteria, do what the subzap needs to do.
if doesn’t pass the filter criteria, return to the main zap that the filter criteria wasn’t passed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.