NAV Navbar
  • Connect DataScope with Power Automate
  • Connect DataScope with Power Automate

    ¿Prefieres leer esto en español o portugués? Ve a la guía en español | Versão em português.

    This guide explains how to enable the DataScope integration in Power Automate to automate your field operation: trigger flows when a form is completed, when a document is generated, when a task is assigned, or when a ticket is registered.

    Before you start

    You need:

    Step 1: create the connector

    1. Go to make.powerautomate.com and sign in.
    2. Select the environment where you want to create the connector, at the top right.
    3. In the side menu, open More and then Discover all.
    4. Select Custom connectors.
    5. Click New connector and choose Import an OpenAPI file.
    6. Enter a name for the connector, for example DataScope, select the apiDefinition.swagger.json file and continue.

    Step 2: review the general configuration

    The file already sets the host, the base path and the description, so you don't need to change anything on this screen.

    If you want the connector to display the DataScope logo, download the DataScope icon (PNG) and upload it in the icon field, then set the background color. This is optional and only affects appearance.

    Step 3: configure authentication

    The file already declares the authentication type. Verify that the security screen shows:

    Continue to the end of the wizard and select Create connector.

    Step 4: create the connection

    The first time you use the connector in a flow, Power Automate will ask you for a connection. Paste your DataScope API Key there.

    Each user who builds flows needs to create their own connection with their account's API Key.

    Updating to a newer version of the connector

    When we publish a new version of apiDefinition.swagger.json (for example, to add a trigger or fix a field), you don't need to create a new connector — you update the existing one:

    1. In make.powerautomate.com, go to Data > Custom connectors.
    2. Open the DataScope connector, then open its Swagger editor (or re-import the file from the General tab, depending on the version of the maker portal you're on).
    3. Replace the definition with the new file, and select Update connector.

    A few things worth knowing before you do this:

    What you can automate

    The connector provides the following triggers:

    Trigger Fires when
    New answer A form answer is submitted
    New PDF A PDF document is generated
    Status changed A form answer changes status
    New assigned task A task is assigned
    New ticket A ticket is registered
    Ticket status changed A ticket changes status
    Completed signature A document signature is completed
    Rejected signature A signature request is rejected
    Updated signature The signatures on a document are updated

    Each trigger delivers the event data as dynamic content, ready to use in the following steps of the flow without having to parse the JSON manually.

    The connector also provides the following actions, so a flow can act back on DataScope instead of only reacting to it:

    Action What it does
    Assign Task Assigns a task on a form to a user, optionally scheduling it
    Change Form Status Changes the status of a form answer
    Modify Form Answer Creates or updates an answer within a form response
    Send Data Generates a new form answer and its PDF from an existing template
    Create Ticket Creates a new ticket

    Important considerations

    If something doesn't work

    For any question, contact support and we'll help you with the setup.