Skip to content

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

OptionDescription
Query execute typeDefines what kind of query the element performs
Search page dataDefines the internal data search the element should run
Integration requestDefines the external request the element should execute
Execute frequencyDefines how often the query runs

Common configuration

This element also supports shared configuration options such as validation, rules, roles, styling, summaries, scoring, and prefilling.

See: Common element configuration