I am wondering if there is a way to customize an automation without the “only if” syntax, as it seems to be creating an order of operations that is causes manual work, which defeats the purpose. Here is my use case:
“When Project Phase changes to In Review
and only if Review contains all these labels
Then set Project Phase to Signed”
The issues here is that our task is already in In Review status when the Review column needs to be filled out. So once the Review column is filled out with the dropdown options, it does not change that status to Signed. I instead need to change the status to anything else and then back to In Review before the automation kicks in and changes it to what it should be. It seems like Monday is reading this as an “Order of Operations” type thing instead of me just needing all these conditions met at the same time. Is there a way to just use and instead of and only if?