Hello - I’m struggling to find a way to extract headings and paragraph text from a page in Notion. The best I’ve been able to do is aggregate the headings using the Notion List Page content module and the Text Aggregator module. However, I can’t for the life of me get the paragraph text. I see others have run into similar challenges, but I can’t find a definitive solution. I’d appreciate any suggestions on how to approach this. Thanks!
I have had the same issue. Here is a screenshot of what I did to get it working.
I believe that the text aggregator with this mapping takes all of the paragraphs from the notion module “List page contents Module” and grabs all of the plain text content from the notion page.
Here is the mapping written out. Try changing the “3.paragraph” with the number for your specific module
Hope this helps!
{{3.paragraph.rich_text[].plain_text}}
I forgot to say that you may need to run the module once before hand to get that to work properly, let me know if it works
Thank you so much for the help. I was about to give up, but this worked immediately. I never even thought of changing the module number.
No worries! When i faced this issue it stumped me for weeks but with some help from the community I got it working!