Am I doing something wrong here with my ‘List Page Contents’ module as I’m getting back 3 collections with my text content in different long string variables. However, on my Notion page, the whole text is within a single block. Is there any way that I can combine these long string together and get them back into a single variable?
Subsequently, I would also like to combine multiple Notion pages (which result in 2 or more operations) into one variable so that I can run that new single page as a Single operation. Does anyone know what I can do to achieve this? Would using a datastore help me achieve my desired outcome?
I observed that the lengthy text string originates from the rich_text array.
To gather all the strings, you can use an iterator that itorate the rich_text array, and then utilize the text aggregator option to aggregate the long string.
Thanks for that @Msquare_Automation ! Do you also know how I might be able to subsequently combine the long string from two different operations into one single operation so that I can run a ChatGPT module through it?