Dropdown or List column type on a table to select a value and save

How can I add a column that uses a dropdown or list to select a value?

I noticed that Retool's IDE when popping out the columns to change the format uses a dropdown which is what I am looking for:
image

Hi there @isaacjm, and welcome to the forum!

You can use the "Tag" type in your column and make the column editable. You can then add your options, either manually or mapping them.

1 Like

Thank you @MiguelOrtiz - I have figured out how to implement the tag type like a pick list with values sourced from a resource query.

IMO - this was not intuitive to configure for what I thought would be a simple control type!