Array display as [collections] [collections] [collections] in Webhook

Hey everyone,

I why am I getting the available_slots just the last slot in the side menu bar, but as you can see from the image that I get all of the available_slots in the output of chat completion module??



Welcome to the Make community!

You can use the built-in functions map and join to access and combine variables within an array of collections.

e.g.:

{{ join(map(1.array; "time"); ", ") }}

For more information, see the map and join function documentation in the Help Center, and complete the Make Academy as it is explained in further detail there.

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 β€”

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

β€” @samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like