Issues Aggregating Plain Text from a Notion Property

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:

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:

  1. How to loop through the array of plain text values in the Notion property.
  2. How to aggregate all plain text values into a single string.
  3. 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!

Hi !

did you try the function – toString {{YOUR NOTION ARRAY}} ?

Capture d’écran 2024-10-05 à 17.24.55

Hi Thomas,

Thank you so much! Your suggestion worked perfectly and solved my problem. I removed the Array Aggregator and just used the Iterator along with the Text Aggregator, and then applied the toString() function as you suggested. Now, all the plain text values are being aggregated correctly into a single string.

I really appreciate your help!

Best regards,

1 Like

Great ! Thanks for your kind words !