Assignment No 1 - Output extracted table to out argument DataTable

Hi,

I am going through Assignment No.1 for Advance course from the Academy. I am trying to extract the Workitems datatable through data scraping and stores output directly to an out argument DataTable (i.e. out_dtWorkItemsList). However it doesn’t seems to be copying the data to this out argument and i keep on getting the below error due to this.

When i tried to extract and store the data to a DataTable variable instead of DataTable argument, it worked perfectly fine. Is there any reason why i can’t store the output of the extracted data directly to an out Argument DataTable?

Note: I was looking for this issue in the forum and found a thread as well but didn’t found a reason for this.

Thanks
Rammohan B.

Hi @Rammohan91 ,

 refer this