get_app_variables
Retrieve variables from Qlik Sense applications with pagination and search filters. Filter variables by source (script or UI) and search by name, text, or numeric values using wildcards.
Instructions
Return variables split by source (script/ui) with pagination and wildcard search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Application GUID | |
| limit | No | Max variables to return (default: 10, max: 100) | |
| offset | No | Offset for pagination (default: 0) | |
| created_in_script | No | Return only variables created in script (true/false). If omitted, return both | |
| search_string | No | Wildcard search by variable name or text value (* and % supported), case-insensitive by default | |
| search_number | No | Wildcard search among numeric variable values (* and % supported) | |
| case_sensitive | No | Case sensitive matching for search_string |