Make Map & Get Functions | How To Extract Data From Collections & Arrays | Integromat Json Tutorial

Опубликовано: 20 Март 2026
на канале: Karthi's MarTech - Media Buying, CRM, Chatbots
690
1

Whether you receive a data in a make (integromat) webhook from a form or from outbound webhook from a CRM. You are more likely to get data in array and collections (dictionary in python or commonly known as JSON). You need to know how to extact the desired data from collections and array for other modules you have in your scenario because most of the modules accept string/numerals only.

Map function lets you extract data from collection, you can also specify a condition as well to extract value of specific field/key.

Get function lets you extract an item from an array using an index. Earlier, integromat lets you to extract by placing the numeric value inside square brackets but with the get function you cand do the same thing