I want to create an automation that (in pseudo-code) looks something like this
When status changes to complete {
if completion_date is empty {
set completion_date to today
}
move item to completed_items
}
I'm sure I could set this up as two separate automations, although I'm not sure if they'd both run correctly. Is there a way to do this in a single automation?