Data Query
Data Query Module Overview
The Data Query Module lets users write and run queries or supported commands on configured Data Sources. Data Queries perform CRUD operations on any supported data source.
Create a Data Query
- Click on the Queries Tab
- Click on Add query button in the right hand side drawer list

- A query configuration form will appear
- Select your configured data source
- Dynamic fields will appear in the form which are supported by the data source
- Once all the details are filled, you can click on test to test your query

Query Variable Usage
- Queries support moustache format based variable usage.
- Add all the variables which you want in the Args section.
- Use the
{{inputs.variable}}format to reference that variable anywhere in the query config (excluding title and description).
- Use the
