Getting this issue in select/dropdown

Hi there, I have 20+ columns in dataset. And now I want to assign the column name to the dropdown/select buttons fields.
How do I do that? manually assigning then it gives with double quotes, but I don't want output with double quotes.

#retool

Hi @Vicky!

If you use "Mapped" options for your select component you should be able to programmatically reference the columns of your query using {{ Object.keys(Vicky_Work.data) }} as the data source:

Can you let me know if that works?

1 Like

Hey @Kabirdas , thank you for the solution.
It worked for me.