I have a simple automation to update my Notion database every time I create a reminder on one of my Apple devices.
However, I’m noticing that it creates a new entry in the database every time I create, edit, or even mark a reminder as “done”.
I’d like to create a filter that only creates a new DB entry with a new reminder but there does not seem to be any filter attribute that indicates if the reminder was “created” or “marked done”
@Msquare_Automation Sure, see below. The “Watch Reminders” trigger on iOS produces the following outputs:
Title
Start Date
Due Date
Alarm
Priority
Notes
I am trying to figure out a way to filter only newly created tasks. This current automation creates a new task whenever I create, edit, or mark a task as completed.