I can't figure out how to set this up. I have an automation that if I set a status to xyz, it sets a date to 123. But I want to be able to set a date, and it assign a status based on the date set.
Ideas?
Thanks
I can't figure out how to set this up. I have an automation that if I set a status to xyz, it sets a date to 123. But I want to be able to set a date, and it assign a status based on the date set.
Ideas?
Thanks
Hi,
I figured out a solution!
This depends on the new automation builder update, if it's rolled out to you:
Automation:
When [date] changes,
And only if [AI Smart Condition: [date] is set to today]
Then set item status to [label]
This relies on AI, and I believe it uses AI credits, so it may not be ideal.
I hope this helps!