Appearance
Query
Overview
The Query element retrieves data dynamically within a page. It can be used to load internal or external information and make the page respond to changing data.
When to use
- When data must be loaded dynamically instead of shown statically
- When the page depends on internal searches or external integrations
- When a user action or page event should trigger data retrieval
Element-specific options
| Option | Description |
|---|---|
| Query execute type | Defines what kind of query the element performs |
| Search page data | Defines the internal data search the element should run |
| Integration request | Defines the external request the element should execute |
| Execute frequency | Defines how often the query runs |
Common configuration
This element also supports shared configuration options such as validation, rules, roles, styling, summaries, scoring, and prefilling.