CONTEXT: I have followings in my org, One of the object have 2 separate after save flows, 1st after save flow update the Status field value to Active and 2nd after save flow have some logic if the Status is Active as Entry Criteria.
I know for the same object field updation we don't need to use after save flow, but one of my use case I have to do field updation in the after save flow.
PROBLEM: In Salesforce Order of execution if we do DML in the same object in after save flow, it will not execute after save flows for the same object. But it is executing(2nd flow execute) for the above use case. I just want to know the reason for this? or else my understanding is wrong?