Jul 07, 2023 11:54 AM
I have created automation when the condition matches and assigned to person "A" then it should email person "A"
In the same automation, I would like to add another condition whereas if assigned person is "B" then it should email person "B" only. How can I add multiple action in one automation whereas based on each action the email goes to a different person.
Please see attached screenshot.
Jul 07, 2023 06:08 PM
Aug 02, 2024 12:01 AM
@TheTimeSavingCo thanks
As far as I can see, the conditionals supports only `if ` and `elseif`. I want just multiple `if`s
Context: I want to run an automation when a record created. Each field can trigger different action.
Let's say I have a 3 boolean fields. For each I want to run different action based on its value and they are independents. If I had to use only `elseif` I need to have:
If option 1 checked -> action, elseif option 1 and option 2 checked -> action elseif option 2 checked - action
Do you understand what I mean?
Aug 02, 2024 01:11 AM
Unfortunately, Airtable’s automations do not support running multiple “if” conditionals in a single automation. It is one of the limitations of Airtable’s automations.
In order to achieve multiple “if” conditionals, you would need to use Make’s advanced automations for Airtable, which supports an unlimited number of “if” conditionals.
If you’ve never used Make before, I’ve assembled a bunch of Make training resources in this thread.
For example, here is one of the many ways that you can instantly trigger a Make automation from Airtable.
I also give live demonstrations of how to use Make in many of my Airtable podcast appearances here.
Hope this helps!
— ScottWorld, Expert Airtable Consultant
Aug 02, 2024 09:33 PM
Ah, I see! Yeap what you mentioned is pretty much the only way to handle that I'm afraid
For some reason having multiple conditionals makes the page really laggy for me so setting it up becomes a pain too, and I usually end up just setting up multiple automations instead heh