I have a SharePoint list "ComputerAccessServices". I have a power automate cloud flow which triggers on "When an item is created" on the mentioned SharePoint list. The flow has loops and conditions.
Now Testing:
Scenario 1: Creating multiple items in the list after a minute or so. The flow works perfectly fine. Each new item created after a minute or so triggers a new instance of the flow. As expected.

Scenario 2: Creating multiple items in the list but right immediately after the first one was created. Basically, created one item in the list and then created second item immediately in the same list. This triggered only one instance of the flow and the data in the loops all messed up. This one flow is running for two items that was created. Is there something I'm missing when the trigger "When an item is created" is run? I'm really stuck with this issue as it can lead to big time data manipulation and wrong details captured in the flow and lists.
Flow








