I want to append page content into a database page from another database page content

My Goal with the automation is that when a page is edited, it goes in and deletes the page content of a related page, and then updates it with the edited content from the trigger page.
Trigger page (page content edited) → Goes and deletes related pages’ (page content)→ Then updates the page content of the related page (i.e, copy pastes trigger page content).
Everything else is working fine, but I can’t figure out the updating the page content part…

(About the page content - it will have a Callout box, some text, or image/PDF, or links.)
Can someone help me with this, please? :folded_hands:. What should I do here, it’s pretty urget can you help me please??

I would really appreciate someone helping me out with this…. I really need this to work

Hello,

So you want to recreate the whole page layout completely dynamically based on another page’s content?

If that’s even possible (I would have to dig into the API docs to see if all types of blocks are supported in Notion API- I’m pretty sure there are some missing options), it will require handling data using iterators + aggregators and most likely custom requests using “Make an API Call modules” to make life easier, or even custom code to parse everything smoothly.

I’m aware that this won’t be a task for a beginner, and especially not under time pressure. It’s definitely more complex than it looks at first glance.

1 Like

Welcome to the Make community!

Yes, that is possible. You’ll need a minimum of about 9 modules— one for each page content “block” type.

Here is an example with the first three types added to a router. You can complete the rest…

This is just an example. Your final solution may or may not look like this depending on your requirements.

I would suggest completing the Make Academy before jumping into building a complete scenario. If you need specific assistance when you are building a scenario it’s easier to help you then.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Learn Make

How-Tos

Useful to Know

My Custom AppAbsolutely Free!

Save headaches and operation credits with these utility modules:

  • Chunk Text
  • Chunk Array
  • Chunk Words
  • Multiple Find & Replace
  • Collection to Array/String List
  • Execute JavaScript
  • Estimate Tokens
  • Calculate Difference Between Two Dates
  • Get Next Business Day (with holidays)
  • List Upcoming Dates of Day of Week
    and more!

Urgent / Private Support

You can use the Hire a Pro category to request for private 1-to-1 assistance via video call/screenshare/private messaging/etc. This may help you get your issue resolved faster especially if it is urgent or contain sensitive information. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services in other categories like here (even if it’s free/unpaid). Posting in the Hire a Pro category will allow other members to assist you over other forms of communication.

How to Message Another User

You can use the private messaging feature to directly reach out to other forum members. To do this, go to your inbox, and click on the “New Message” button on the right.

Alternatively, you can also click on clicking on their username/avatar, then click on the “Message” button in the popup card.

Hope this helps! If you are still having trouble, please provide more details.

@samliew

Hey Guys!!
I got the solution it’s pretty simple with the new Notion APIs update.

1 Like

I’m glad you’ve solved your issue!

Could you please share with the Make community as to what you did to get it working? You can also then mark your solution as an answer to help keep this forum organised. Sharing your solution will help others with the same problem in future. Thanks!