activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Mar 9, 2026

Execute WQL Query

Project compatibility

Windows | Cross-platform

Overview

This supports Select stamenents only.

Note: Add a valid query (without variables) to generate the schema. You can or update variables in the query once you successfully generate the schema. We apply a 1000-record limit by default for performance, but we accept any limit if the query completes within 90 seconds.
DescriptionAPI MethodAPI PathNotes
Executes a Workday Query Language (WQL) query against the tenant’s data sources using the WQL REST endpoints. For more details, see this page. POST/wql/v1/{tenant}/dataThe tenant value is resolved from the connection.

Input

ParameterDescriptionData type
QueryWQL query expression defining the data source and filters to execute. string

Output

ParameterDescriptionData type
Execute WQL QueryResponse containing the records returned for the query.Array
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated