I have two team flows that is connected to the same SharePoint Online list.
One triggers when an SP item is created and the other when an item is updated.
Ok, so the problem is that sometimes these triggers doesn't fire. According to the flow logs they have not even tried to run.
It seems at random but it feels like it happens during "heavy" load (when a couple of users are interacting with the list).
I need the triggers to actually fire every time (doesn't matter if it's 2 hours later), not to skip every now and then.
Anobody else experiencing the same problem?