I have an automation that triggers when a row changes. Before it executes an action, it checks if a checkbox is checked in the changed row.
Sometimes, when my team adds a new row, they accidentally check the checkbox, then quickly uncheck it. I don’t want the automation to fire in that case.
I’d like the automation to continue if the checkbox is checked a minute after the row is changed. Is that possible?
Here’s some pseudocode of the desired automation:
When
This rule is triggered when column isChecked is changed in table Foo. Returns Step 1 Result.
If
If condition is true, the rule continues to the next step, where
condition = wait one minute, then check: Step 1 Result.isChecked