In One Identity SyncEditor, I have a multivalue property (MVP) on the right-hand side called VRT_HOST, which contains multiple values per record. For example:
Record1: VRT_HOST = {1, 2, 4, 5}
Record2: VRT_HOST = {2, 5}
Record3: VRT_HOST = {10, 1}
Record4…