Hi,
I’m brand new to make and have little understanding of the Notion API, so I apologise if I struggle to keep up.
I am trying to set up two databases, one of which I will regularly curate and edit content within (db1) and one (db2) which make will create pages within. I want to set it up so that, when I update a database item in db1, make checks if the item already exists in db2 and if the db1 item has a synced_block. If no page in db2 but db1’s page has synced blocks, it creates a page in db2 and copies the synced block into it. The end result should be, only pages with synced blocks in db1 show up in db2, and the db2 pages only contain the content I include in the synced block, nothing else.
So far, I have it successfully checking for existing pages and synced blocks, and creating the new page, but I don’t know how to make the “append a page content” module retreive the specific synced block from the db1 page and append the same synced block to the new db2 page.
I am willing to use an API module but someone will have to guide me as to what to type because I’m not sure I understand the API.