Python Activity

I wrote translator function using googletrans just to check the python activities in uipath ,however it is not giving the correct output.
Let me know if I am doing something wrong in uipath since in my pycharm it is perfectly working.Main.xaml (7.8 KB)

Hi @Joji,

As you have static inputs to the function, you can use Run Python Script activity and i tried with your code. Its working.

Will try to debug Load Python Script activity soon

@ HareeshMR
The script is executing perfectly but there is no output in Korean language neither using Python Script Activity or by invoking the Method.
Can you share the xaml,if you are getting the output ?

Hi @Joji,

You are using print in the code, try using return instead and you will get the output from the code. Then try to print it in the message box after Get Python Object activity…

1 Like

It worked.
Thank you so much

1 Like

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