Which version of Python is supported in UIPath ?
I have 3.7 32 bit and 3.6 64 bit and both don’t work.
Within the Python scope I do Load Python Script activity
and always get the Runtime error:
The Python script is VERY basic:
num1 = 5
num2 = 6
def add_numbers(x=num1,y=num2):
sum = x + y
return sum
print("The sum is ", add_numbers(num1, num2))
Hello @Rahul_Pasupuleti
I cannot open any xaml samples for the reasons outside my control. This is what I get when I opened your Main.xaml:
I have 2019.3.0 Community edition. I have the same issue with all the samples.