I have a problem with an automatic flow which is behaving very strange since last week.
The total flow is quite complex and has two parallel branches, but in short, this is what it does:
The trigger is when a MS Form is filled in, the Forms results are pushed to an Excel file on SharePoint (add row to Excel table). The Excel file is dynamic, based on the results of the Forms data. At the same time, a new folder is created on SharePoint and the images (from the Forms file upload) are uploaded in that folder. Then you receive an email notification.
This has worked fine for weeks before. Since last week, the flow still runs correctly, but the same data/Forms results appear double in Excel (two identical Excel rows with the same data/timestamp). Also, the notification email is sent twice. But the flow itself is triggered only once, and in the run history, the flow has run only once every time.
So it looks as if the flow runs twice, but it is not registered as such in the flow run history. And when you manually "re-run" the last instance, the flow correctly runs once more and the results are not doubled.
No other flows are running with the same trigger.
Can anyone help me?
I could post print screens or add a copy/export of the flow, if that would help?