I have a Flow using Sharepoint. It is triggered When an item is created or modified.
The user can make several updates per minute, so it is missing triggers.
I tried putting the Split on, but it didn't run at all. The split array is triggerbody()?['value'] which is the only available value in the drop down and I can't manually change it.
There is no tracking ID.
It has a trigger condition @equals(triggerBody()?['value']?[0]?['AdjustmentStatus']?['Value'], 'New')
How can I write a Flow to cope with multiple updates per minute?