Second Load Python Script Error

I am attempting to run different Python functions. I have one function that runs correctly without error. I have another Python function that follows that one that fails on the Load Python Script activity. I do not understand how the second Load Python Script fails but the first one does not, when they have the same inputs/parameters.

Any ideas? Thanks

1 Like

@jpreziuso, Will be better if you post screenshot or the xaml file with error details.

Thanks

Main.xaml (10.0 KB)

1 Like

Just curious, are you loading the same python script twice from UiPath program,

They are two different python scripts

1 Like

Kindly share the python scripts. As I can’t able to debug the workflow.

Thanks, Awaiting your response :+1:

HelloWorld.txt (69 Bytes) HelloInput.txt (75 Bytes)

Would not allow me to upload the .py files

1 Like

Hey @jpreziuso,

I had a look at your second python file, which is having an error.

There was an undefined function call which was breaking the program.

Please find the modified version in the screenshot above.

Hopefully, this should resolve your issue.

Cheers :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.