Great video. You say you've created other videos in the past showing automation possiblities between Make and Notion, but I can't find them. Can you post links? Thanks so much!
Thanks Simo, once again super helpful video. If I may request can you make a video on how to pass through relational data from one database to another. Basically, adding a task as a sub-task to the main task.
Thank you - yes that sounds like a great idea for a video. More specifically, what's the use case you're referring to here? Is it for creating a "replica" database while maintaining the relations between items? Or something else?
@@simosme yes exactly for creating a replicate database. If we use the projects template by notion then we will need it to link projects to task and parent task to subtask
Yes, you could use a "search objects" module filtered by "name" "is empty" "true", and then make an API call to the deletion endpoint in the Notion API, passing the page ID from the search objects module
Great tutorial, I was just watching "Wolfs" at the same time as this & wow! Austin Abrams looks just like you!
Thank you for your structured tutorial, you just responded to all my questions
Can you make a full video about custom API calls, having issues with those functions
So am I!
Great video. You say you've created other videos in the past showing automation possiblities between Make and Notion, but I can't find them. Can you post links? Thanks so much!
Thank you, you can find all automation-related videos in this playlist: th-cam.com/play/PLvmzMeUzkWbTCnM583inVfWMZ96Wcl9il.html
This is a great tutorial. Thank you!
Thanks Nadav!
Good tutorial, good audio! Tks
Thanks Simo, once again super helpful video. If I may request can you make a video on how to pass through relational data from one database to another. Basically, adding a task as a sub-task to the main task.
Thank you - yes that sounds like a great idea for a video. More specifically, what's the use case you're referring to here? Is it for creating a "replica" database while maintaining the relations between items? Or something else?
@@simosme yes exactly for creating a replicate database. If we use the projects template by notion then we will need it to link projects to task and parent task to subtask
The latest video is addressing the topic you requested in this comment: th-cam.com/video/rbozdVYpVMA/w-d-xo.html
@@simosme thanks a lot. It is very helpful.
Amazing Vid Simo, is there any courses or resources you'd recommend to further develop my knowledge of Make?
Thank you - I believe the official Make Academy is a great place for that: academy.make.com/
How can I scrape the complete page and blocks so I can get the text from the ntion page
You can use the "List page contents" in Make - here is the API documentation for this endpoint: developers.notion.com/reference/get-block-children
@@simosme i'm going to try it, appreciate your response ✌️
Question: Could you use the API example you shared to delete any page where the name is "untilited"?
Yes, you could use a "search objects" module filtered by "name" "is empty" "true", and then make an API call to the deletion endpoint in the Notion API, passing the page ID from the search objects module