Issue with Converting Array Items to Strings Before Passing to Python Module in Make

You can use the built-in function join to convert an array containing strings, into a string variable.

e.g.: for example, this adds a comma between each array item

{{ join(16.tags; ", ") }}

Outputs

"abc, def, ghi"

For more information, see the function documentation 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!

1 Like