Hi there,
I am one step further (https://powerusers.microsoft.com/t5/Building-Flows/Excel-workbook-parsing-error-Unable-to-parse-the-specified-Excel/m-p/151944#M15253) to making my Flow work.
Here's the idea:
- I created a small table on the sheet, that I fill via the "Excel Insert Row" action
- 3 cells of the form (for instance D12) reference the values of the table
- I finally want to convert the Excel file to a PDF File and save it
The form:
The current Flow:
The problem:
All the steps are working fine, but when I export the file in the "convert excel to pdf" and then "create pdf file" the references are not updated. The small table contains the information I want, but the cells that should update to reflect those changes (for instance D12) are empty.
Is there a way to force Excel to update the sheet?
Thanks!