Level 3 Assignment 2 : Unable to generate yearly Report

Hi All,

I am successfully downloaded monthly report in performer using Q but unable to create in yearly xlsx report. Tried multiple option but no luck…!

Anyone can be help me to figure out the issue?
Note -Currently I am unable to upload attachment here. I will send through the mail, if require to review.

Regards,
Firoj Shaikh.

Read all excel files from the folder ArrayStrFiles = Directory.GetFiles(“FolderPath”,“*.xlsx”)

Pass the path into the read range and get the outputDatatable

Use merge datatable activity and merge all the datatables

Then write it in a excel sheet

Thanks,
David