When I run many Python files at once, it said “run complete,” but only the output from the first script was displayed, and the renaming script showed “run completed,” but no output.
Welcome to the community!
Can you share the structure of your code like how the activities are placed? Try changing the sequence of the script to analyze if issue is with script or any other issue
Axis.txt (3.4 KB)
This entire script was executed with UiPath, however only the first script produced output…!
Hello @Maulik_Khunt1 ,
Welcome to the community,
are you storing the output of each activity in different variable.
just try to debug and check in immediate panel what you are getting.
Regards,
Dheerandra Vishwakarma
No, this code is extract data from pdfs and store into excel, and not assign any output variables.
i mean you have written .py code for every sheet and storing it to different variable rightt.
Yes
I’m writing.py code for each sheet and saving it to a separate variable.
Just to identify the issue here, can you put every Run Python script into separate Python Scope and let me know if all scripts are running fine?
When I execute the Python code in the code editor, it runs correctly, but in UiPath, it just runs.
I’ll also try using a different Python scope; the first one will execute, followed by the second, but neither will provide any results.
Would you be able to share the script? Just to see what’s difference than the working script.
Axis.txt (3.4 KB)
Final_HDFC_Yes.txt (4.8 KB)
hdfc_1.txt (2.4 KB)
I’ll share my three python script with you…
