For more information, please refer to this announcement explaining best practices for getting answers to questions.
Create an approval flow where the flow should be controlled based on LM designation
Summary:
The user requirement is to create an approval workflow for resignation process as below.
If the resigned employees LM is CEO, approval should stop at LM level and if LM is not CEO, approval should be triggered to second LM
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Rules below.
(((Worker's Current Assignment.result.Grade != "NS1") AND ((Worker's Current Assignment.result.Grade != "NS2") AND ((Worker's Current Assignment.result.Grade != "NS3") AND (Worker's Current Assignment.result.Grade != "NS4")))) AND (Worker's Current Assignment.result.Legislation Code == "AE") AND (Worker's Current Assignment.result.Legal Employer == "****"))