Content manager with drop-down value in collection table mode

How do I create a drop-down value list in the collection table mode. For eg in a recipe collection there’s a field called type . Example types are pasta, meat, vegetarian.

Rather than typing these values (risk of typo’s), better to have a required list of values that the input person has to choose from.

Is this possible?
Thanks

here is the explanation from Velo forum:
https://www.wix.com/velo/forum/tips-tutorials-examples/you-can-create-dropdown-lists-from-your-data
along with this some articles on this:
https://www.wix.com/velo/forum/tips-tutorials-examples/how-to-filter-wix-gallery-using-selection-tags
https://www.wix.com/velo/forum/coding-with-velo/filter-gallery-based-on-tags
and here is data only information:
https://support.wix.com/en/article/filtering-database-content-displayed-on-your-page
@Rob do you have something to add?

@ublizi
The option is similar to this article and one of the tips there. https://support.wix.com/en/article/filtering-content-based-on-user-selection

The main tip would be if using on dynamic pages or using the dataset to display, you would need two datasets. https://support.wix.com/en/article/adding-and-setting-up-a-dropdown-list#connect-your-drop-down-list-items

Thanks for the help. Am going thru video tutorials now …