Adding a TAG dropdown column type shows no data

Hi there :wave:,

I'm trying to add a custom column to a table, whose column type should be a Tag (Dropdown).
I have added that column but when I add values and labels to that column it shows "-" in all rows.

Do anyone know where I'm doing wrong? or there is any other way to do this.

The small subset of data which I'm using :point_down:.

[{
  "id": "ab4a9974-ac24-46fc-b1a5-f2956ac830fa",
  "entity_type": "xdfhgfh",
  "entity_type_variation": "xcfgbxfdgh",
  "entity_type_country_code": "fdgsdfg",
  "is_active": "true",
  "update_dates": "2022-10-07T11:30:08.487206",
  "updated_by": "Shivam Singh"
}, {
  "id": "b5f5831b-87fa-4277-bac9-fbe8a496ff8b",
  "entity_type": "gdfg",
  "entity_type_variation": "sfdg",
  "entity_type_country_code": "gfgdg",
  "is_active": "false",
  "update_dates": "2022-10-07T11:30:08.487206",
  "updated_by": "Shivam Singh"
}, {
  "id": "22c032fb-6b55-4399-a0c8-14680322ebce",
  "entity_type": "testkam",
  "entity_type_variation": "test",
  "entity_type_country_code": "test213846834q7234",
  "is_active": "false",
  "update_dates": "2022-10-07T11:29:27",
  "updated_by": "Shivam Singh"
}, {
  "id": "f19ce25d-0a87-4ded-af47-0e4c9bd29bfe",
  "entity_type": "university",
  "entity_type_variation": "xct",
  "entity_type_country_code": "us",
  "is_active": "true",
  "update_dates": "2022-10-06T15:02:40",
  "updated_by": "Shivam Singh"
}, {
  "id": "778394ed-706b-479b-819b-e9a589d8187c",
  "entity_type": "test2546435",
  "entity_type_variation": "test2",
  "entity_type_country_code": "test3",
  "is_active": "true",
  "update_dates": "2022-10-06T15:02:40",
  "updated_by": "Shivam Singh"
}]

Same issue here and looks like it's a bug

Thanks for your response.

I was thinking the same. Hoping to be fixed soon. :slight_smile:

Hey @flintrider!

If you're trying to set the default value of your custom column, can you try passing {{ currentRow.entity_type }} to the "Value"?

Not sure if that's what you're looking for here, but if so it might already be possible.

Thank you so much. That worked for me.