Tag (dropdown) from query - data format issue

Hello, I am trying to set a dropdown column in a table, with the dropdown values coming from from a query result.

However, I get the following error:
The value has to be of type 'boolean | string | number | void', you provided a value of type 'object'

Any help? :slight_smile:


@Matteo_greenly Welcome to the community!
Simply use {{item}} as in the screenshot below... you can ignore the boolean logic I have in it...

1 Like

Hello, thank you for your answer. Indeed it was pretty easy, I hadn't understand well what all the fields were doing!

Another question if I may:

I have a table on which I want to be able to add new rows. It works well (see picture 1), except for when the table is empty (see picture 2 -> it does not allow me to modify any field + the column names are not showing in the table).

Any insights on how to make it work even with an empty table? Or should I create a new topic? Thanks!


@mateoMaturano If you search the forum, your question about empty table has been discussed: Here's one: Table with no data - #2 by minijohn