How to convert or add array values to a Google Doc

Does anyone have a tutorial on how to take an array of elements (typeform) and convert them into or add them to a google document? I’m a bit stuck!

What I have so far is a Typeform module that collects information from a form, then what I do is pass that information to the Google document, however there are within the Typeform form there are 2 multiple select fields, and what happens is that these are seen as an array and what I get is a JSON error 400.

Welcome to the Make community!

Use a Text Aggregator perhaps?

“Looping” Through Array Items

When you see an ARRAY, think ITERATOR module.

Then,

Combining Bundles Using Aggregators

Every result (item/record) from trigger/iterator/list/search/match modules will output a bundle. This can result in multiple bundles, which then trigger multiple operations in future modules (one operation per bundle). To “combine” multiple bundles into a single variable, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and can apply to many use-cases like building of JSON, CSV, HTML.

You can find out more about the other types of aggregator modules here:

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.