Parsing an array from glide to use as a chatGPT prompt

Welcome to the Make community!

Your Glide output is already in an array, so you don’t need an aggregator to aggregate to an array.

In module 19, you can map something like this:

{{ join(map(9.rows.8VNvX); newline) }}

Otherwise, you can use an Iterator on the array 9.rows, and then use a Text Aggregator to combine them into a single string variable.

For more information, see

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 Make unofficial Discord server!

1 Like