Skip to content

Creating SQL Scripts to Fetch Data

  1. Open the Automation project you are working on.
  2. Click on Data as shown:

v7_db_op_menu_data

v7_db_op_manage_sql_scripts

 

    • You will see the Manage SQL Scripts page:
v7_db_op_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.

v7_db_op_edit_existing_sql_script

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

Last updated: Oct 13, 2025
Back To Top