AppVariables
Retrieve the application variables.
Table Specific Information
Select
The AppVariables view accesses and gathers the various application variables to ensure all relevant data is retrieved for function and analysis.
The add-in fetches all application variables linked to a specified application from the AppVariables view. Other filters are executed client-side within the add-in.
For example, the following query is processed server side:
SELECT * FROM [AppVariables] WHERE [AppId] = 'bu99sj2wn'
Columns
| Name | Type | References | SupportedOperators | Description |
| Name [KEY] | String | The name of the variable. | ||
| Value | String | The value assigned to the variable. | ||
| AppId [KEY] | String |
Apps.Id | = | The unique identifier for this application. |