Hello,
I am looking for some help. I’m pretty new to Airtable, so I don’t know if what I am looking for is possible. However, I want to create a formula with the below logic.
IF value in column A IS "YES" > 30 minutes THEN "Needs action".
I then want to create an automation that looks at the value in Column B, and if it has the value “Needs action”, it would trigger the automation.
I currently have:
IF(AND(LAST_MODIFIED_TIME(MINUTE(Column A)= > 30)), "Needs Action")
Is such a formula possible in Airtable?
