Not equal to condition in approval rule is not working
Summary:
Content (please ensure you mask any confidential information):
We configured approval flow for Change manager process in the system. Below are the rules.
Rule 1 : ((Requestor's Role Details.Role Name == "Consultant Changes Data Role") AND ((Worker's Current Assignment.result.Legal Employer == "A") OR ((Worker's Current Assignment.result.Legal Employer == "B") OR ((Worker's Current Assignment.result.Legal Employer == "c") OR (Worker's Current Assignment.result.Legal Employer == "D")))))
Output of rule 1 : Approval to be triggered to HR.
Rule 2: (Requestor's Role Details.Role Name != "Consultant Changes Data Role")
Output of Rule 2 : Auto approve.
Now the issue is when a user having Consultant changes data role changes manager of another user then the second rule is also getting triggered.