Enumerated List

How can i create an enumerated list field?

I use a Google Form to input the data, and I have a field with multiple options, the results in the Sheets are smt like: “Opt 1, Opt 3, Opt 4”.

Glide can interprete this has a list and to as text? It would be useful to have filters also based on this list. How to do?

If you simply want a filter on a list view then use a split column to split that by comma and then point to the resulting array as the value for your filter.