I am trying to invoke python code in UiPath with UiPath.Python.Activities but its not working and not showing any error.
And also i am not able to add int value in input parameters. please see below image for your reference.
Thanks in advance
I am trying to invoke python code in UiPath with UiPath.Python.Activities but its not working and not showing any error.
And also i am not able to add int value in input parameters. please see below image for your reference.
Thanks in advance
Hi @Mohit_Prashad ,
Many C# or VB.net variable types will not be accepted by Python. I think the best approach is to send String or JSON string and write logic to convert it to the needed variable type in your Python code.
To add Int parameters, use CObj().
Its already installed but the version is 8.0
@loginerror Please help
Could you please try the most recent Python package version? We released it last week and it was finally upgraded to support .Net 6 and Python 3.12.
I don’t see the new package in Studio/Manage Package?
It should be there now for sure (since a week or so).
(late reply, but necessary in case someone will see this)