Hello,
I am trying to aggregate multiple plain text values from a Notion property into a single text output to post on Facebook using Make.com, but I’m facing some difficulties. Here’s the issue:
-
I retrieve a property from a Notion page that contains multiple plain text values stored within an array.
-
My goal is to combine all these plain text values into a single string, separated by spaces or line breaks.
-
After combining the text, I plan to use it to create a Facebook post via the Make.com Facebook module.
So far, I have tried using Iterator, Array Aggregator, and Text Aggregator, but I am only able to get the plain text from the first collection in the array. I am unable to retrieve and combine all the other text values.
Could you please help me with:
- How to loop through the array of plain text values in the Notion property.
- How to aggregate all plain text values into a single string.
- What I might be doing wrong with the Iterator, Array Aggregator, or Text Aggregator that is causing only the first text value to appear.
Thank you for your assistance!