I have 2 Microsoft Flows built:
One that triggers off 'When an item is created (V2)' and then conditionally updates that SQL row
One that triggers off 'When an item is modified (V2)' and then processes
The first flow will run, detect the new SQL entry, process, and terminate
The second flow will never run, even though I am modifying SQL entries in the first flow
Does 'Update Row (V2)' not exhibit the same behavior that 'When an item is modified (V2)' is looking for?
Is this a timing issue, if so any suggestions to resolve?