Hello,
I have a Flow that takes an Excel file, creates a PDF.
The issue I have is with the Excel files that the Flow uses.
The Flow works like this:
When an item is updated in a Sharepoint list, the information is pushed as a new row to an Excel Online file I'll call ListVersion. Then a second file, FormVersion takes that information from the ListVersion file and puts it into a more visually appealing "form" format which is converted to a PDF.
The issue is that when I run the flow, I do not always get the most recent data in the resulting pdf. It seems I have to have both workbooks open for the information to be updated, even though I have automatic updates enabled.
This defeats the purpose of the flow; I don't want to have to manually refresh the workbook links or have to open these files every day.
I tried building in a delay to my flow, but it doesn't seem to help.
Here's my Flow currently:

Is there a better way to do this?