I’m doing the “Generate Yearly Report” assignment from the UiPath Academy. While trying to merge all the monthly reports (csv files) I get an error all the time.
I’m trying to create a new datatable with an assign activity:
In “Save to” I have created a DataTable variable called dt_Reports
In “Value to save” I have the following expression: “New.Datatable()”
It keeps giving me this error: Argument “Value”: BC30182: Type expected.
I’ve tried lots of things, but I don’t understand what’s missing.