Skip to content

Creating SQL Scripts to Fetch Data

  1. Open the Automation project you are working on.
  2. Click the Menu menu-icon available on the top right of the screen and you will get the following options

Click Menu

scrn-menu-options
Menu Options
    • Expand the Data option and select Manage SQL Scripts:

scrn-select-manage-sql-scripts

    • You will see the Manage SQL Scripts page:
scrn-see-manage-sql-scripts-page
Manage SQL Scripts Page
    • Provide a name for the script, leave Environment Name as default, and enter your SQL query in the SQL Script text area.
    • Click Save.

Note: The script name you provide here will be used when referencing this SQL script in automation workflows.

Editing an Existing SQL Script

If you need to modify an existing SQL script:

  • Navigate to Manage SQL Scripts Page.
  • Locate the script in the list.
  • Click the Edit icon next to the script.

scrn-editing-existing-sql-script-click-edit-icon

  • Update the query as needed.
  • Click Save to apply the changes.

Back To Top