I have status column in SharePoint list with Values (New, Open, Supplier Email Sent,Closed). The status is set to "Open" when a column "Procurement Comments" is added some data. And status is set to "Supplier Email Sent" when choice column "Send Email to Supplier" is set to Yes. I have one flow for each of them and they are doing the task fine as long they are working individually.
There are also scenarios where both columns "Procurement Comments and "Supplier Email Sent" of an item can be submitted at the same time. In that case my status column should take precedence for "Supplier Email Sent" and not "Open" How can I deal this in my flow? In this scenario my status column is updated to Open which should not be case. My trigger for both the flows are "When an item is created or modified".