
I have two SharePoint lists: "Departures" and "Contracts." After creating an item in the "Departures" list, which includes a "Person" type field, I want the flow to verify whether the person added to the "Departures" list is present in the "Contracts" list. If so, it should:
Currently, when adding an item to the "Departures" list, the flow incorrectly identifies the employee and updates almost all items in the "Contracts" list. Where might the issue lie?