Hi - is it possible to create a filter or router based on whether a previous step was successful or not?
In a few of my workflows there is a trigger when something happens like a user unsubscribes, then we need to search an Airtable database to find that user. Ideally I'd like to then use a router to do something if the user does exist, and do something else if it doesn't. Is this possible?
I've tried setting up a filter for Record Id Does Not Exist but that's not working because the step is just returning an error if there's no record and so the workflow doesn't continue. Is there another way to do this?
In a few of my workflows there is a trigger when something happens like a user unsubscribes, then we need to search an Airtable database to find that user. Ideally I'd like to then use a router to do something if the user does exist, and do something else if it doesn't. Is this possible?
I've tried setting up a filter for Record Id Does Not Exist but that's not working because the step is just returning an error if there's no record and so the workflow doesn't continue. Is there another way to do this?