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 本製品 fetches all application variables linked to a specified application from the AppVariables view. Other filters are executed client-side within the 本製品.
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. |