activities
latest
false
Integration Service Activities
Last updated Nov 5, 2024

Execute Select Query Synchronously

Description

Executes a select query on a Snowflake warehouse and returns the query result.

Note: The default limit for retrieved records is 200 records. You can set the LIMIT and OFFSET parameters directly in the Select Query property (example: SELECT * PERSONS LIMIT 2000 OFFSET 1000), within a Do While activity, to paginate through all records without timing out the process.

Project compatibility

Windows | Cross-platform

Configuration

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

  • Select Query - Input a valid SELECT query and then click the Generate output schema button. Query example: SELECT * FROM PERSONS.
    Note: Add a valid query (without variables) to generate the schema. You can add or update variables in the query after the schema is successfully generated. See the Snowflake official documentation on query syntax.

docs image

Output
  • Query results - The query results. Dynamic output based on the used query.
    Note: During design time, the query builds the output properties while running. You can then use these properties in downstream activities as input.
  • Description
  • Project compatibility
  • Configuration

Was this page helpful?

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