Hello All,
I have a python script where I am adding few rows to a data frame and want to get it as output from Python to UiPath but getting this error.
My UiPath variable is OutputDatatable of type System.Datatable and same data type I have selected for TypeArgument property of Get Python Object activity.
Please help with this. How to get dataframe/datatable as output from python script?