Reltio Connect

 View Only
  • 1.  Transform Output of Reltio Bulk Create Action in RIH into Table

    Posted 19 days ago

    Using RIH, I am successfully calling the Reltio Bulk Create action to have entity records created in the MDM tenant.  I want to take the action's output and create a cross-reference table with the source system's ID and the newly created Reltio ID (URI).  What is the best way to do this?



    ------------------------------
    Chris McCabe
    Clinician Nexus
    ------------------------------


  • 2.  RE: Transform Output of Reltio Bulk Create Action in RIH into Table

    Reltio Employee
    Posted 19 days ago

    Hi Chris, I'm assuming your cross-reference table would sit in an external technology like a warehouse. If that's the case you have a couple options. First, you could also use RIH to establish a recipe with Reltio as the source and the cross-reference table as the destination and this information would be part of the payload when you get records from Reltio. Depending on how you design the recipe you could either have this be an event-driven design and update the cross-reference table as data is changing (reacting to the event queues) or it could be a batch design and use our export action and pull data updated in a previous window. Either way you'd want to ensure you you were getting the full record and not OV only so that the payload has both the OV values and the complete set of crosswalks and the Reltio ID.



    ------------------------------
    Michael Pearlman
    ------------------------------



  • 3.  RE: Transform Output of Reltio Bulk Create Action in RIH into Table

    Posted 19 days ago

    Thanks Michael,  I am struggling with transforming the output JSON from the Reltio Bulk action to normalize it into a collection/list.  I have tried using the using the JSON Parse action but keep getting error "unexpected token" even though the sample document into is the same as the Document input field. Is there another or a correction to how to use the JSON Parse action?



    ------------------------------
    Chris McCabe
    Clinician Nexus
    ------------------------------



  • 4.  RE: Transform Output of Reltio Bulk Create Action in RIH into Table

    Reltio Employee
    Posted 12 days ago

    Hey Chris, can you share a screenshot of your recipe or the recipe itself so that I might take a look?



    ------------------------------
    Michael Pearlman
    ------------------------------



  • 5.  RE: Transform Output of Reltio Bulk Create Action in RIH into Table

    Posted 12 days ago

    Here is the POC I am trying to complete.  Very simple so far but cannot get past the JSON parsing.  The log message action recognizes the sample when building but the JSON parse action fails when tested.  I have tried using the 'Output' and 'Entities' data pill from the Reltio Search action.



    ------------------------------
    Chris McCabe
    Clinician Nexus
    ------------------------------