Help with removing commas

Welcome to the Make community!

The Conversation variable is an array. If you do not “merge” all the items in the array, it will be automatically converted into a comma-separated text (string-type variable) so that it can be concatenated with the rest of your text.

To prevent this,

You can use the built-in function join

e.g.:

{{ join(1.conversation; newline) }}

For more information, see Mapping and Mapping with arrays below, and read up more on the function join in the Help Center.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

4 Likes