Trying to extract custom field values from trello card

:bullseye: What is your goal?

I am trying to send the value in the custom fields in my trello card to micorsoft excel.

:thinking: 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.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hi @Anoojan_Sriharan. Welcome to the community.

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?

@damato