I am trying to send the value in the custom fields in my trello card to micorsoft excel.
What is the problem & what have you tried?
I’ve tried the get and map function to try and extract the data from the specific custom field, and it is returning an empty field. I’m not sure what I’m doing wrong here.
What’s in {{63.customFieldItems[]}}? It doesn’t come from Trello, so it has been set on a module that’s covered in the image.
You’re getting the first item of an array of all the values of the "name" property, contained in the objects inside {{63.customFieldItems[]}}. Can you see that value when you expand the results of module 63?