Dear.
I have a question about concurrency and instance of input parameters in flows. I have a flow which reads an Excel file stored in SharePoint, and this flow takes a long time (> 10 mins). What happens in the following scenario?:
- I manually launch the flow. The flow open and read the input excel stored in SharePoint.
- While the flow in the above point has not yet finished, I change the contents of the Excel and save the file (overwriting the file on SharePoint).
Questions:
- Will the running flow get the last changes in the Excel file or is working with a "copy" snapshot of the Excel when it was started? Assume the Excel file has a lot of rows (> 100.000 for instance).
- Can I manually launch the same flow again, as second parallel run, or the first flow instance must finish before?
Thanks in advance for your experienced help.