Use iterator to store multiple line elements in google docs

I am obtaining my data from Glide. One of my values comes in the form of an array
image

I am using the iterator and the values look like this:
image

Now, I have a template on google doc that I am filling with many other variables I’m obtaining. The document looks like this:

However, I have this section that I want to store with the values from the array:
image

yet I don’t know how to do it. I tried using the iterator but instead it gave me a different document for each of the elements of the array, I just want to add them line by line.

Using an Iterator means they will be split up into different bundles and will run subsequent modules once each, which you’ve described that you don’t want multiple documents.

You basically need to use the get function instead.

For more information on how to map things within an array, see mapping with arrays below:

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

Feature Requests & Suggestions

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like