No values for Custom Field data from Trello

I am having trouble with the Trello integration and especially custom fields. I have set up a scenario to watch cards added to a specific list and I am only interested in the values of the custom fields: One checkbox and two dropdowns.

My problem is that I get no values and all three fields just return IDs (see screenshot from the “Get Card” module). Also, if the customs fields are either unchecked or the dropdown is empty, the module returns nothing from these fields.

How can get the values from these fields? check/unchecked and the correct value of the two dropdown fields.

Thank you for your help!

Hi,
You should first use the “Get a Card” module to obtain the Option Value IDs for each field. Then, use these IDs with the “Get Custom Field Options” module to retrieve their corresponding text values.
FYI if a dropdown is empty or unchecked, you will want to ensure that you handle this case appropriately in your workflow to avoid returning nothing.
Cheers,
Harsh