I have a flow where I am processing new invoices for approximately 50 accounts.
When a new invoice arrives I am getting the invoice account number and transactions, then adding those new transactions to the appropriate invoice 'master' excel file.
as the desktop flow action 'add a new row into a table' can't be used with a dynamic file location I need to build in a few extra steps
below is the part of the flow that is causing a problem.
At this point, I have processed the new invoice. The two steps get the existing invoice excel and copy it to a 'static' template file so the 'add a new row' can update it.
For some reason, the 'add a new row' step appears to lock the template file. I can no longer edit it in the browser. The flow also fails when it tries to run.
If I leave the flow overnight, it will run again, but then fails after a short while.