Hello guys,
I just built a flow that will create a new entry in a second SharePoint list every time an entry in the first list was modified. A new version in the history will be created for every single change.
My problem is that if I'm making two changes in a short period of time the flow will only react to the first one and the second change just will be ignored. The second one isn't listed in the history of the flow, so he doesn't "found" the second change. Does anyone have an idea why that is and how I can change that? It is very important that every change will create a new entry in the second list.
Thank you everybody! 🙂