Skip to main content

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

  1. Click on the Queries Tab
  2. Click on Add query button in the right hand side drawer list

image-20260617-120738.png

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

image-20260618-100048.png

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).

image-20260618-095852.png