Basic, App Functionality, Advanced, and Connector options can be configured on the Data Source Settings page.
Accessed by clicking on the Settings link when hovering over a data source on the Data Source page, or when viewing the rows of a data source on the top-left area of the Data Source Rows page.
You can also view any screens or folders the data source is linked to and limit the number of rows the data source can contain.
Name
This name will show in the various screen designers. You should try to be descriptive so you can easily identify one Data Source from another.
Default Sort Order
Controls how rows of the Data Source will appear in Form screens in Choices fields as well as Tables.
Default Row Display
Controls how rows of the Data Source will appear on your app by default.
Elements of Default Row Display are used in Form screens in Choices field types.
They require your Data Source to have a column with a Data Type of Image, and will appear to the left of each of the selections.
Default User Interaction
Specifies an interaction that can occur due to the user tapping on a row of this Data Source.
e.g., dialing a number, viewing a web link, opening a Doc, Screen, Map, etc.
You can also pass a column value into the interaction, which is handy if, for example, you are opening a Detail screen for the chosen row.
Filter Rows To App
Specify a user-based condition to ensure that the user downloads a smaller subset of rows. This will improve app performance and speed up data syncing.
It’s useful for very large data sources containing information that isn’t all relevant to a user.
Enter a true/false formula to control which rows will be downloaded by the app for use in forms.
e.g. USERMETA('Site') ={{this[1]}}
Apply Filters to All Linked Screens
By default, search filter options on the app apply to all screens linked to the same data source and must be cleared. When disabled, each linked Listing or Mapping screen can apply its own set of filters and will not automatically carry over.
External ID
An optional field that you can use to store an identifier. This is required for Formula Cheat Sheet use, and if you intend to add data to or retrieve data from this Data Source using the API, it can be helpful when trying to link/track this Data Source against a similar entity in an external system.
Restrict To Group
Restrict access to a specific user group.
Validate Column Data
When checked, it will validate each column against its specified Data Type: Text, Number, Date/Time, etc.
Use a Connector to automatically load rows directly from other systems. More information on Connector types can be found under Data Source Connectors.