Passing array of JSON to data structure

itemJSON is not an array of text. It is an array of collections each with a single property json

You can use the built-in function map to convert it into an array of text.

e.g.:

{{ map(16.itemJSON; json) }}

For more information, see https://www.make.com/en/help/functions/array-functions#map-complex-array--key--key-for-filtering---possible-values-for-filtering-separated-by-a-comma--

Links

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

2 Likes