I’m working on a simple scenario to sync my Apple Reminders to my Airtable To-Do table i.e. once I create a reminder on the Apple app, Airtable automatically has the same one too. This part of the scenario works fine. I used a router for updating said synced tasks since I want that if I mark a task completed in my Reminders app, it also is marked completed in my Airtable. However, I can’t seem to filter in between a “watch iOS records” module and “search Airtable records” module for completed tasks. The general code for the filter is “isCompleted = true” but it doesn’t work since the field doesn’t exist. I can’t see any other alternative of the condition/code in the output bundles since it only shows the Priority, Title, Alarm.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
AppleOS "Watch Reminders" not getting date fields | 1 | 11 | January 23, 2025 | |
How to filter iOS Reminders | 3 | 176 | September 11, 2024 | |
Watching iOS reminders from a specified list | 2 | 197 | September 8, 2024 | |
I've set up a filter but it doesn't seem to work | 3 | 86 | July 20, 2024 | |
Can't pick up the right entries from AirTable: Last Modified Time vs. Triggers | 4 | 30 | January 1, 2025 |