Yeah - It doesn’t offer a successor/error handling step. If it throws an error, it won’t know what to do and in 99% of cases this is actually a great feature, but in your case, you are actually wanting to find the user first. (I would actually make the argument that this is actually a design fault with the zap creator)- but in terms of a solution….
- If you can somehow use an intermediary (e.g. a CRM) to lookup before creating the user, then you’ll be able to avoid the error altogether because you’ll know whether they need created
- If you can use their API to lookup the user before creating them using Zapier’s webhooks feature this would also be a great solution
I don’t have any other ideas, unfortunately.