Hello everyone!
I’ve just started using Make, and I’m trying to create a scenario which will:
A. Listen to tasks I create in Todoist, and create them in a database on a Notion page
B. Update the already existing task’s status (which has already been mapped to Notion) (For example, update the status from “Not started” to “Done” by checking if it has been completed on Todoist.
C. Ensure that all fields except for the name of the task are not mandatory to create the database item on Notion.
What is the Problem and my Question?
- Initially, when I’d “complete” a task in Todoist, this would create a new DB item on Notion, with the same title and details, but the status would be “Done” on Notion, whilst the previous one would be “Not started”, so this is a duplicate.
- Then I included the “Search Objects” step in the screenshots, but now nothing happens to the task’s status on Notion when I mark it as complete on Todoist. How can I achieve A, B, and C?
My current solution is this:
What solutions have I explored so far?
These are the sources I’ve looked through so far:
- https://www.youtube.com/watch?v=ptvxVSqOryE (I used this video to set up the first Scenario)
- Google sheets to Notion Database, avoiding duplication - #3 by Milton_Bedford (I used this to ignore already existing tasks).
- Avoid Notion duplicates - #4 by OhadZamir (Similar solution as #2 above)
Thank you!