UiPath Documentation
activities
latest
false

Integration Service activities

Last updated May 8, 2026

Execute Any Query Asynchronously

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Execute queries asynchronously in Snowflake, including select, insert, update, and stored procedures.POST/executeAsyncQuery

Input

ParameterDescriptionData Type
QueryProvide a valid Snowflake query.string
Query tagThe query tags are labels that you can attach to each individual query or group of queries to help organize and categorize them for tracking and reporting purposes.data list
Important:

Output

ParameterDescriptionData Type
Query resultsThe query resultsObject
Query IDThe query statement's unique execution IDstring
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.

Query restrictions

The Snowflake connector enforces security restrictions on SQL queries to prevent potentially harmful operations. The following patterns and commands are not supported:

  • SQL Comments - The following comment patterns are blocked anywhere in the query, including within string values:
    • # (hash/pound symbol)
    • -- (double dash)
    • /* and */ (block comment delimiters)
    • /**/ (empty block comments)
  • File References - Queries cannot contain:
    • file: URL patterns
    • LOAD commands
  • DDL Commands - Data Definition Language operations are not supported:
    • CREATE
    • ALTER
    • DROP
  • Project compatibility
  • Overview
  • Input
  • Output
  • Query restrictions

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated