Sorry, but there are no more tags available to filter with.
  • How can I flatten an MVP property into a table using the SyncEditor?

    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…