For the complete documentation index, see llms.txt. This page is also available as Markdown.

Datasource

Use Datasources to access and reference data surfaced in Data Providers. This section provides examples of code snippets for working with datasources.

Datasource

sqlite

Ability to write SQL queries to return data from certain data providers, such as, Dynamic Data or SQL provider.

static

Static data lists are typically used to access data that hardly needs to be manipulated, handled, or updated.

system

Provides a list of country flag icons that can be used in a jig's components.

Cross solution (package) datasource access

Query data from and execute actions in another installed solution directly from your datasource or jig configuration.

Last updated

Was this helpful?