Dropdown is now deprecated on our cloud instance - what's the replacement?

Hey @victoria,

I don't understand how the "Single Tag" is a full replacement for the dropdown.

In the dropdown type (inside of a table), there used to be 3 fields that I used:

value: the actual value of the column, usually an id from the selectedRow.

list of values: the id of the value is usually a foreign key of another table, so this possible list of values is taken from another query that lists all ids for that table.

list of labels for the values: these are the labels for the list of all ids above.

In the single tag type, I only see two possible fields - value and label - and both only accept strings, they don't accept objects/arrays.

Am I missing something? Could you explain to me how to achieve the same result as with columns using the Single Tag type?

EDIT: I created a new topic for this here.