Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Apr 22, 2024

Alteryx Scope

UiPath.Alteryx.Activities.AlteryxScopeActivity

The Alteryx activities use an (Client ID) and (Client Secret) to establish an OAuth connection between UiPath and your Alteryx application. This connection authorizes a Robot to call the Alteryx APIs and access resources on your behalf.

After establishing a connection, a parent Alteryx Scope activity can output a record of the connection in a Connection object (Connection) that you can use in subsequent child scope activities.

How it works

The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

  1. Complete the Setup steps.
  2. Add the Alteryx Scope activity to your project.
  3. Enter values for the properties located in the body of the activity.
  4. Create and enter a Connection variable for the Output property. You can use this variable in subsequent uses of the Alteryx Scope activity.

In the Body of the Activity

To build your project and enable the Object Wizard in other activities, you must use the Connection Wizard by clicking the Configure button inside the body of the activity. The Configure Connection dialog allows you to specify both a Design Connection and a Robot Connection.

The Design Connection is used for authentication only for design-time experiences, such as viewing the list of Answers in the Run Job activity. The (Robot Connection) credentials will be used when the robot runs any activity.

Property values in the Design Connection section do not need to be quoted.

  • Client ID - The Client ID to use for authentication. This field supports only Strings or String variables.
  • Client Secret - The client secret for authentication. This field supports only SecureStrings or SecureString variables.
  • Base Url - The base URL for the connection. This field supports only Strings or String variables.
    Note: For the Base Url, use http://localhost/gallery/api/ unless different. The URL should end with /gallery/api/
  • Existing Connection - Use an existing Alteryx connection. Enter a Connection or a Connection variable.
    Note: The Connection variable must be from a previously run Alteryx Scope activity (parent) that still has an active connection.

Properties

Common
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.
Misc
  • Private - If this checkbox is selected, the values of variables and arguments are no longer logged at Verbose level.
Options
  • ReportApiErrorAsException - When selected, API error responses are reported in BusinessActivityExecutionException by all child activities that use this application scope. When cleared, the child activity populates the API error message in the ResponseStatus output property and workflow execution continues. Check the ResponseStatus property to confirm successful execution.
Output
  • Connection - The connection which can be passed to a child application scope. This field only supports Connection variables.
  • How it works
  • In the Body of the Activity
  • Properties

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.