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

Integration Service Activities

Last updated Feb 19, 2026

Execute Any Query Asynchronously

Description

Executes any query asynchronously, including select, insert, update, and even stored procedures.

Project compatibility

Windows | Cross-platform

Configuration

  • Connection - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.

  • Query - Provide a valid Snowflake query.
    Important:
Manage Properties

Use the Manage Properties wizard to configure or use any of the object's standard or custom fields. You can select fields to add them to the activity canvas. The added standard or custom fields are available in the Properties panel (in Studio Desktop) or under Show additional properties (in Studio Web).

Additional properties
  • Query tag - The 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. Use the available dropdown list to select a tag. This field supports String type input.
Output
  • Query ID - The query statement’s unique execution ID. Automatically generated output variable.

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

  • DML Restrictions for executeQuery - When using the executeQuery endpoint, only SELECT statements are supported. The following are blocked:
    • INSERT

    • UPDATE

    • DELETE

    • MERGE

    • TRUNCATE

  • Description
  • Project compatibility
  • Configuration
  • Query restrictions

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.