Hello,
I have a problem with the map function. I have an array of collections as input, and I want to get an array of the “Option Label” properties.
With the attached screenshot, this would give [“Développement Spécifique”,“Playlists”,“Vente de matériel”]
I tried map(Opportunities Upsell (custom); Option Label), but it returns an array with 3 empty entries
Thanks for your help!
1 Like
Hi @Christophe_Deepidoo , Can you upload an output bundle of pipedrive (i assume) please ? Or at least that section of the data. Have you tried what map(Opportunités;1) returns ? Maybe it only searches with depth=1.
Hey @Christophe_Deepidoo
This is because the name of the variable is not matched. To find the correct(Raw) variable name, hover over the variable.
i.e in below image, the names shows as Credit Usage but its raw name is creditUsage.
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation
1 Like