I’m trying to write some variables I computed using a Python script I wrote in Invoke Code activity.
The variables are getting printed fine in the console output, but can’t seem to add them to a DataTable as a row.
In the screenshot I’m creating a DataTable and writing a dummy value under the column.
The value gets added to the DataTable fine when there is no invoke code activity, but when I include the activity (that has the Python script), I’m getting this error.
Any solutions?