I am trying to use Python process scope, but in execution stuck at Python scope activity.
I have tried out below things that are suggested in the forum:
Changed the activity versions
Installed windowsdesktop-runtime-5.0.17-win-x64
Verified input parameters (DLL paths , Path)
@rahul.patil1 ,
Welcome to the UiPath Community
Check this thread where I have shared sample code on how to configure Python Scope.
@sesa499170 ,
I don’t think you would require any other activities than Run Python Script for this.
Here is my working sample for you to test.
Python 3.12
[image]
.Net Runtime 6.0.28
[image]
Here is Python Scope configuration:
[image]
[image]
Output:
[image]
Try this solution if it’s working or not.
Main.xaml (7.5 KB)
Thanks,
Ashok
Thanks,
Ashok