
I'm trying to create two separate flows for approval when an item is added or changed on a SharePoint list. The first flow works fine by using the "when a new item is added" SharePoint Online flow. That triggers an approve / reject e-mail and then emails the created by user and updates a status column with the approve / reject value.
I'm trying to get a 2nd flow that goes through the same process of updating the approve / reject status column if a change is made to that item. The problem I'm running into is the "SharePoint Online when an item is changed" flow is being triggered by the last step of the first flow that updates the status column therefore the 2nd flow is triggered immediately after the first flow is complete.
I tried turnng on versioning and seeing if I could trigger the 2nd flow based off that but that doesn't appear to be supported. Does anyone have a solution where I can run the item is modified flow but it won't be triggered to run immediately after the last step of the first flow that updates the status column?
I figured this out. Turns out I didn't need 2 seperate flows. The SharePoint update item flow can be used for newly created items.