loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Data Query

Evaluates a condition against the user's profile attributes. Routes to true when the condition is met, false otherwise. Build conditions using the visual query builder (AND/OR groups of attribute rules).
Logic & Flow Node

Node Card

Data Query
true
false
Error edges
4104 · 4105
Category: Logic & Flow Nodes
Type: data-query
Typical position: After identity resolution, to branch the flow based on profile attributes such as email domain, custom fields, or registration source.

PropertyTypeRequiredDescription
Data Queryquery builderYesVisual AND/OR rule builder. Compose conditions using identity profile field comparisons. Groups can be nested and combined with AND or OR operators.
Error HandlingcustommultiselectNoOverride default messages for specific error codes. Each selected error code becomes a named output edge on the canvas.

Common Next Nodes

Data Query (true)Success Finalconditions met: proceed or grant access
Data Query (false)Failure Finalconditions not met: deny or redirect

Usage Notes

Use Data Query to implement attribute-based routing: for example, routing enterprise users (matching email domain) to SSO, or checking whether a custom field is populated before proceeding. Combine multiple AND/OR rule groups to express complex conditions without writing code.