Hello Make Community,
I’m seeking assistance with an automation scenario I’m trying to set up between two Notion databases. The goal is to transfer tasks from a weekly planning database into another database that functions as a calendar, detailing what needs to be done, by whom, and when.
Here’s what I’ve tried so far:
- I used the ‘Search Objects’ module to retrieve items from the first Notion database.
- I attempted to map the ‘title’ from the retrieved items to create corresponding tasks in the second database.
- I encountered errors stating that the required ‘title’ parameter is missing despite the mapping.
I suspect the issue lies in correctly extracting the text content from the ‘properties’ array, where the ‘title’ is nested. I’ve been using the mapping 5. Properties[] | Title[] | Text.Content
as shown in my screenshots but to no avail.
Here is some screenshots:
Thank you in advance!