Imagine I have a table ‘tasks’ with a field for ‘priority’ that I only want to be the options of Low Medium or high, what is the established way to to this in Glide so that add and edit forms work well.
I’d usually have table for options with a group, or just an enum if I’m working in SQL. I can’t see either is an option. are people just creating different options tables for each, so in this case, option_taskpriority with three rows? Or, is there a more elegant solution?