Hi,
I can’t figure out how to add input parameters to the Invoke Python Method activity. I’m using C#, not VB and there are no examples for this in the documentation. Supposed to be an array or list, but neither seem to work.
https://docs.uipath.com/activities/other/latest/developer/invoking-a-python-script
Works like this in VB:
{2,3}
Doesn’t work similarly in C#:
{2,3};
Anybody knows how to do this?