Datasources

Data sources cover connections based on data links, examples include SharePoint and Dataverse.

The table covers

  • Name

  • Source

  • Count Used

Dataverse Source will show default.cds.

Datasources do not declare if they are a environment variable anywhere in the file, these means a custom rule was required. The rule is that if the Name of the Datasource is the same as the schema name. ie.

List called Responders, Datasource name Responders = Not environment variable

List called Responders, Datasource name Responder-list = Environment variable

Please keep this in mind when reviewing apps.

The search box uses the following syntax

columnName = value

columnName != value (not equal to)

columnName includes value (in string)

columnName !includes value (not n string)

Last updated