I have a flow where I am adding a row to an excel online (stored in sharepoint document library) file, using the 'Add a row into a table'.
Immediately after that action, I am copying the file to a different folder.
the problem is, the flow progresses past the action 'add a row into a table' before the file update is actually complete, so the copy of the file doesn't contain my most recent addition. If I look at the file I originally added the row to, the data is present there, which seems like an automatic indication that the copy file action started before the file update was complete.
Is there any way to work around this?