Filter by success or error of previous step

Nicola

Member
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?
 

Supreme

Well-known member
Staff member
Hey @Nicola

Apart from the Router and Filter action step, there is no workaround to check for the failed task in the workflow.
 

Supreme

Well-known member
Staff member
Hey @Nicola

You can check your complete history log once for the failed, partially failed and failed tasks.

1671773402556.png
 

Supreme

Well-known member
Staff member
Hey @Nicola

No, it is not possible to process the failed or partial failed task from the Router and Fillter action step.
 
Top