Checking Assignment fields whether its has change or not in Approval
Summary
Checking Assignment fields whether its has change or not in ApprovalContent
Requirement:>>
Based on field update/change we have different approval flow. So we have required to check whether assignment fields has updated/Change for approval Flow.
What done:>>
We checked if field is updated using
Worker's Current Assignment.Assignment Category != Worker's Proposed Assignment.Assignment Category
--->This is working.
Problem:>>
We are not able to check if field not updated.
We tried using
Worker's Current Assignment.Assignment Category == Worker's Proposed Assignment.Assignment Category
---> BUT THIS is not working.
Please suggest on this..