How can I make an editable column a dropdown / select?

I want to be able to make an editable column a dropdown / select so that I can populate it and select an item. I have seen previous answers where this was possible but I am currently using the latest version of Retool online and the options are not available. Am I missing something?

Hi @walikha,

Yes, this is possible with the column type "tag". Select tag and check Editable.

Then in Option list either add your list manually or map it.
chrome_rTFicmKZjj

You should then have your dropdown in the column.

To update it you will need to create another query to update your selection. You can trigger this by adding a save action and triggering your update query to the event handler.

If you need further assistance please share a few screenshots.

Let me know if this helps!