How to extract several values from an array in Make.Com?

Can I suggest the Make for Make Newbies Video Series I: All About that Data – you will learn a ton about managing data structures that will help you. You can get each set of key/values from the array using map() you can set them into one set multiple variable step and then use merge() to merge the resulting arrays together.

2 Likes