I have a Zap that uses an integration’s action that may raise an exception if the data doesn’t follow certain business rules.
Is there a way to catch an error in a Zap such that it could be handled then the action retried?
I could use the “Looping” feature to retry the action a set number of times, but I don’t know how to catch an error such that the Zap continues to work.