Hi All,
I would like to invoke a simple python script.
I use UiPath Studio 2024.2.1-beta.15932 - 2/23/2024 Community verison and installed Python 3.9.2rc1.
The python def is pretty simple:
def JoinName(a,b):
name = a+b
return name
When I run the process nothing happens, after 3-4 minutes I stop the process manually.
Can you please help what could be the issue?