Option Sets

Option sets allow you to have static lists of choices called Options, which are global to your app. This is great for situations where you know ahead of time what options are possible for a variable - things like countries, industries, or days of the week.

Option sets are faster to access, as they require no database reads, so using them will increase the performance of your Bubble app!