I’m getting an error with the flow I created:
-
I used an excel application scope and placed the variable i created for the worksheet path
-
I then used a read range workbook activity to read a column in that file and save it in a DataTable variable. I used the same variable in ‘read range workbook’ activity that I used in the excel application scope for the worksheet path.
-
I’m getting this error: Excel Application Scope: Object reference not set to an instance of an object.
-
The goal of the flow is to open the excel file, open the PDF file in a sharepoint folder by using the column value stored in the DataTable variable. Then rename the opened PDF file using another column value in the excel file and then save it in another folder in a SharePoint directory.