Help

Automation If->Otherwise fail

Topic Labels: Automations
Solved
Jump to Solution
611 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Lisa_Wetherby
5 - Automation Enthusiast
5 - Automation Enthusiast

So I have this automation set up so that if there's no email address where I expect it to be, it can try using another field - but it's getting hung up on the if step. Isn't that the whole point of an if->otherwise condition set up?

Lisa_Wetherby_0-1684342412939.png

 

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

@Lisa_Wetherby 

In other database apps & other programming languages, yes. Unfortunately, this isn't the case in Airtable. If Airtable encounters an error, it simply aborts your automation.

However, in your case, it looks like reason you're getting an error message is because it doesn't look like you setup your automation correctly. You want Airtable to decide if the field is empty or not empty. You don't want to compare it to itself.

Alternatively, if you want more control over conditional automations, you would need to either write your own custom Javascript code, or you would need to use an automation tool like Make.

See Solution in Thread

1 Reply 1
ScottWorld
18 - Pluto
18 - Pluto

@Lisa_Wetherby 

In other database apps & other programming languages, yes. Unfortunately, this isn't the case in Airtable. If Airtable encounters an error, it simply aborts your automation.

However, in your case, it looks like reason you're getting an error message is because it doesn't look like you setup your automation correctly. You want Airtable to decide if the field is empty or not empty. You don't want to compare it to itself.

Alternatively, if you want more control over conditional automations, you would need to either write your own custom Javascript code, or you would need to use an automation tool like Make.