Hi,
I have a flow that pulls information from Excel and updates another excel sheet held on SharePoint this process seems to work fine.
I am then attempting to copy this file with an updated name to another SharePoint location. I have these step in the flow to achieve this:

That works and creates the file in the correct folder with the correct file name. It seem to be bringing in the file contents of the original Excell file before the updates are applied in the earlier flow step.
Am I missing a step or this approach completely wrong.