Hey comunity! i am new to Make.com and i’ve been investigating (and struggling) a lot about data structures and how to acces certain values and mapping them into other modules.
as you can see, the value that i want to extract is inside a collection (1) that is inside an array (Values) inside a collection (4) inside the main array. Also, the collections inside the main array may vary depending on which custom fields are filled in the contact’s file.
i am trying to get that values with a set multiple variables module
i think that the best way to get the values i want is by filtering “Field ID” so when it is like in this exaple “982712” it returns the nested value. Then i can create multiple variables for al the custom fields i want to return and map in the next module.
i’ve already tried with map(, get(, get(map(, and a lot of alternatives but i cannot find the solution, the value returns “empty”
also, i would like a formula that does not crash when the “field id” is not found, because there are times when that specific custom field is not filled and the whole collection corresponding to that field id is not indexed.
thank you very much in advance!
output bundle.txt (5.3 KB)

