Hey Ajit, Let me see If I understand it completely.
- You create CASE TYPE with ENUM
- You create CASES, which is associated with multiple CASE TYPE, but also has the same ENUM
- This means, 1 CASE and select the ENUM the CASE TYPE as “non-conformance”.
- Then you want to restrict all the CASE TYPE in your reference selector for the selected CASE TYPE under CASE
If yes, this is not possible with simple XPATH. You must use microflow, pass the current object and based on the case type filter the CASE TYPES and return it.