Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Oct 08, 2020 06:38 PM
It looks like right now it is not possible to create nested conditions in Automations for the Trigger.
For instance, my trigger would say:
Either part 3a or 3b will fulfil the point # 3.
I know this can be done by adding the OR conditional field (for 3a and 3b) right in the table and then reference the # 3 condition here without using OR statement.
Just wanted to confirm this is currently a limitations, correct?
Oct 08, 2020 07:48 PM
Correct, you can’t nest AND/OR filters, but you can do that inside a Formula field and use that as the trigger.
IF(AND(1, OR(2, 3)), "true", "false")