Getting notion page content

Paragraphs are always empty

like i said, i am also experimenting with getting the result i want. so i am sorry to still figuring out with you together.
did you check if it is the database itself or is it nested inside other databases?

I also tried with the official API but i did not work it out.
In addition the official API says that there are some restrictions if there are more than 25 references so that the endpoints have to be modified for the endpoints.

My page are very easy, not that problem. it is a website using notion as CMS

I tried with a simple page… and it works

i get all the blocks with text inside

i tried to do the same with a more “complex” page ( properties, sync blocks, etc…) and it is nor working…

well done @joseph777, seems lie you doing progress…

what do you do next with the bundles to get a variable of the full content or to forward the content?
i am think of an iterator for each array / collection / item in the bundle, store it in a variable and repeat the process until reaching the total number of bundles and aggregate all variables to a new final “content variable”.

with synced blocks i cant help yet but you can set the watch database / search objects as inital trigger, followed by list page contents. from there you can map the page properties.

i tried something like this but results were mixed… there are some more results but they are not consistent.

in my humble opinion it doesn’t make sense.
in my understanding an iterator breaks the structure of an array or collection like the bundles. i understand it like this, that the extracted information has to be stored in a variable - but i also do not get it :smiley:
thats why it doesnt make sense to me to list the contents, iterate parts from it and hand it over to list page contents.