We’re happy to announce that the new Alteryx activity package is now in Public Preview.
Please reply below and tell us what you think! Your feedback will be critical as we drive toward GA release.
Overview
Simplify automating processes that use Alteryx Server by replacing UI operations with background API calls.
Alteryx customers can now manage apps, jobs, and output directly from a UiPath Robot. The package provides an integration between UiPath and Alteryx Server that permits the usage of key functionalities that are most likely to be used in automation.
This package includes the following activities:
· Alteryx Scope: provides authentication for Alteryx services and all activities.
· Get App
· Get App Jobs
· Get App Questions
· Get Job
· Get Job Output
· Run Job
How to install
In the Official feed, check ‘Include Prerelease’, search for “UiPath.Alteryx.Activities”, and install the latest Preview version.
Important - Please make sure you check the ‘Include Prerelease’ checkbox
Getting Started (Guide + Demo)
Check out the demo below and the user guide to help get you up to speed fast.
If you provide us information or link what is Alteryx and what activities are carried by it currently, we can better relate this reveiw. Can we keep small description before in this Public Preview template for learners perspective.
This is great stuff,I was looking for it,I am trying to test it,but I am facing an issue while running my Alteryx workflow.
My Alteryx workfow is simple no input question and no output just for testing purpose.
I am able to get the app id using Uipath Alteryx activity,but it fails to run the app id as job using Run Job activity.
Getting RemoteException wrapping System.AggregateException: One or more errors occurred. —> RemoteException wrapping UiPath.Alteryx.SwaggerException: The HTTP status code of the response was not expected (500).
We looked at the 2020-08-18_Execution.txt. We are receiving a 500 error code from the API call, so the failure is happening on the Alteryx side. Are you also passing in the Priority to the Run Job? Is this something you can look into on the Alteryx side?
02:36:46.0377 Error {“message”:“Run Job: One or more errors occurred.”,“level”:“Error”,“logType”:“Default”,“timeStamp”:“2020-08-18T02:36:46.0417038-05:00”,“fingerprint”:“691f53f9-e28d-43e6-8b10-2fc58e3ce9dd”,“windowsIdentity”:“EAGLE\svcRPAIMSDev03”,“machineName”:“HOUCTXUIPDMNT03”,“processName”:“alteryxApiCall”,“processVersion”:“1.0.0”,“jobId”:“9b9edc62-e4f9-4be6-98b3-d5c4cabc5e5a”,“robotName”:“rb_ctxt03_dev03”,“machineId”:36,“fileName”:“Main”}
Hi! For the ‘Get Job Output’, I’m having trouble getting the output to actually save as a pdf. For the ‘Format In’ section of the activity, I’ve tried “.pdf”, “.PDF”, and “pdf”. None actually result in the file being saved as a pdf even though the process executes successfully. Any recommendations?