I am trying to send multiple strings in one email body
My steps
- Extracted data from Notion
- Aggregated data into array (for example I have 4 bundles)
From here I tried two different approaches
1- Iterated data from array and use it in sent email (but it sends only first item not 4 items)
2 - without iteration trying to send array (didnt work as well)
Looking for help from community on how to send that array in one email Body?
Thanx