Set scope of conditional in automation

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?

1
3 replies