I am very new to Make.com. So this might be a beginner mistake. I tried to find anything related to this in forums, youtube videos etc. but couldnt find it. I am stuck here.
Hope someone can help. Let me know if you need more informations!
@MaGiiCall
Hey, welcome to make community!
Thank you for the detailed description.
You probably need to configure it on Notion.
You will need to add a Connection to the target Notion’s Database.
Hey, thank you for the quick reply.
This I already did set up. I already did things with using “Watch Database Items” and they work.
But in this case, I dont want to have the Item to be updated to receive a change. I would like to run the automation each 24 hours on every task which has “Status” set to “In Progress”.
I could use “Search Objects”. But unfortunatly, it doesnt allow me to filter for status (see image).
The mistake is that the value specified for “Database Item ID” in the “Update a Database Item” Module is “Database ID”.
The following screenshot shows the result of the “Make an API Call” Module. When /v1/databases/${databaseId}/query is executed, the part result > id is Database Item Id.
okay, interesting, that works! thank youu!
“Make an API Call” only makes 1 call, meaning: Only modifies one task in a run in my example. Correct?
Instead of using something like “Watch Database Items”, where I can modifiy multiple tasks in one run?
If so, is there an alternative way, where I can modify a property in all “Status = In Progress” tasks?
@MaGiiCall
Great!!!
Whether you use Make an API Call module or Update a Database Item module, I believe you can only update one Database Item per API Request.
If you get multiple Database Items with “Watch Database” module, try adding an Iterator module after “Watch Database Items” module. The results Array will be split and you should be able to execute it for each Database Item.