Hello,
I have three flows that run within the same list:
1. "TAA_VPApprovalRequired" - when new item is created, and "Over $500?" = Yes, this runs. This sets "Status" column to 'Pending VP Approval'
2. "TAA_VPApprovedRejected" - when Vice President changes "VP Approved?" column value to Yes or No, this runs. This updates the 'Status' column to "New"
3. "TAA_runOnCondition" - Once "Status" column value = "New," this flow runs.
I am seeing intermittent errors with Flow #2. Specifically, there is an "Update Item" action that fails with "404 - Cannot find list item." However, even though there is an error, the actions look to be completing successfully and not holding anything up. The item's Status column value is still updated to "New" as expected.. My question is, why would it intermittently not be able to find the list item? A race condition comes to mind... but not sure how that'd happen. Or maybe the Vice President user is editing the item more than once to change the Status column? Figured I'd check here to see if it's something easy that I am missing.
In this example, from the first step "When an Item is created or modified," the ID (435, green arrow below in screenshots) matches the second step's "Update Item" ID (435). However, in the first screenshot, I'm unsure where the IDs next to the yellow arrows are coming from... and if that's a factor. In the final screenshot, you'll see I am using the only "ID" available; from "When an Item is created or modified."



Thank you in advance,
M