Currently, the data designer offers merge only on the basis of equal to operator. I want to merge on the basis on ‘contains’ operator. Since this functionality is not yet available, is there a workaround available?
For example, Field1 in Object1 has values V1,V2. I want to merge it with Object2 based on Field2 with value V1. How do I achieve this?