What are Collections?
Collections are datasets that populate any fields with data, like Select, Checkbox, Radio ... etc.
Instead of adding the same value repeatedly, collections let you define them once and reuse them on any field.
Let's say you have a survey and a set of choices for the user: (yes, no, maybe).
You can create a new collection and save these values for reuse in any field.
Collection From Models
Having an easy way for your users to create and manage these collections is very helpful, but sometimes you need a custom data source from your App models or an external API.
Bolt lets you add any data source you want, and your users will see it in the `Data Source` list.
Photo by Fredy Jacob on Unsplash