Read Cell Activicty File Not Exist

I get this error and error is attached

@kerempurcek00

Welcome to the community

As per the error the sheet Invoice does not exists can you please check the same

Extra spaces in the sheetname also might let it fail

Cheers

Hey Can you try to pass the sheet name dynamically using Workbook object and print it as well if you are passing the correct name.

workbook.GetSheets(0)

Workbook object as output from scope activity.

Hello @kerempurcek00 Please check the retrieved_mailInvoice 3.xlsx file and make sure it has a sheet named “Invoice”