How to filter iOS Reminders

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”

Thanks!

Hi @Jim1
If you could provide more details such as your workflow and the output bundle of the trigger, it would be helpful in further assisting you.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support| Book Live Implementation
Visit us here
Youtube Channel

1 Like

@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.