I am creating an automation that sets a single select field from empty to "Date Changed" when my date record is updated.
At the moment it works, but the automation is running when both a preexisting date is changed AND when the empty date field is first populated.
I would like to the automation to only run when the date field has a value, and the value is changed. I do not want the automation to run when the date field is empty, and then a date is added.
Is there a way to set this up using basic Airtable automations, or will this rely on a script.
Side note: the goal of this automation is eventually to send a weekly email showing all rows that had a date changed within the past week. If I am approaching this the wrong way I am also happy to pivot, but the date changed status combined with a last edited time seems like the best way to put this together.