Hi,
I’m looking at some custom logic with a Code by Zapier step, and it would be convenient if under certain expected conditions, I can just terminate the Zap. I know I can return a value that can then be used in a Filter step but that just seems like an overkill.
I’ve tried returning `null` (using the Javascript actions) and `process.exit(0)` but both of these result in a Zap error.
Has anyone found a way to do this more gracefully without a Filter step?