Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Error Extracting Input Data From Uipath

charliepp99
6 - Meteoroid

Hi! I have made a simple connection to obtain data from Uipath as a data input

The connection appears to be correct (I can find my RPA robots and folders published). But when I run it in alteryx, it gives me the following errors:

 

Alteryx_Warning_FailedToExecuteProcess.png

 

On the other hand, this is how I configured the parameters and outputs (my RPA is just a build table, which has an output DataTable called TablaPedidos)

Alteryx_Config_3.pngAlteryx_config_2.pngAlteryx_Config.png

3 REPLIES 3
apathetichell
20 - Arcturus

What do the UiPath process logs say?  do you have access to that process/folder? are you are an automation user? 

charliepp99
6 - Meteoroid

Hi, I have checked that I have all that permissions, and I can see my folders and processes in the orchestrator. Aditionally, the process seems to be executed... What can be happening?

Execution_process_log.png

 

Another strange thing is that, in my RPA, my output is a DataTable (and in the parameter menu in alteryx, I marked it as a DataTable), but in the outputs menu it says that the output data is a raw string, so I would need to parse it using JSON Parse Tool (I dont have that tool in the parse menu in  Alteryx)

output_error.png

apathetichell
20 - Arcturus

Alteryx does not have datatable as a field type. You can use the JSON Parse tool from the developer tool palette in Alteryx.

Labels
Top Solution Authors