Feb 05, 2022 07:09 AM
Hi there,
I am building an automation that should trigger when a record is added to a view
That part completes flawlessly
The last field is C2.
Conditional automation should trigger when C2 contains Testing
And even though the record field C2 contains Testing, the automation errors out
With a super unhelpful lack of an explanation for why this isn’t working.
Help is appreciated!
Best,
David
Feb 05, 2022 11:37 PM
Hi,
what’s inside C2 formula? is it a link to some lookup field?
i know that some time ago Airtable condition logic might fail when comparing with something containing array (lookup or multiselect field), but for most cases it was fixed.
i would try 3 things:
''&{SomeField}
)Feb 06, 2022 06:46 AM
That worked like a charm!