Blogs

  Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio)

 Transform DataRaptor/Response Transformation & Response Action In IP. In this post we transform the record from one node to another node.  Step :-1 Create an Integeration procedure and drag SetValue , transform action and a                     response action in it .            SetValues for Store Inputs (Element Value Map).                                                            DataRaptor Transform Action select a dataRaptor Transform Action to transform the node.  Take a dataRaptor Transform action to transform. Name of the action “Send Response Transformation” DR IP. Send Json Path – In Send Json Path we assign input values from (SetValues ). Send Json Node – In Send Json Node we change the (input node) in to other node. Response Json Path- Here we Provide the “Output Json Path” From (Transform  dataraptor).Response Json Node- Here we change (Response Json Path ) to other node. Response Action- in Response Send Json Path, Here we pass  the (Response Json Node ) from Data Raptor Transform Action Send Json Node we change the node (Send JSON Path) to other node . In Preview tab 

  Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio) Read More »

Override Omniscript node Using response. (salesforce / vlocity / OmniStudio)

In this blog  we override omniscript node using IP response. Step:-1  Create null set value  In omniscript which is used to collect the data returned from Integeration Procedure that will override the null value in omniscript. In Set Value Null element value mapping ( Element Name = NameMovies , Value = Null ) ,leave null value for set value in omniscript. Step:-2  create Integeration Procedure for omniscript.                                                                               Name(Reassign_Data_IP). In Integeration procedure drag a set value and create a value ,  (Name  = Movies) in Element Value Mapping   ( Element Name  =  MovieName,     Value=Bad Man). In Response Action click on Additional Output and pass the value ,so it can move to  omniscript (“NewNode”, %NameMovies%) see above picture. Step:-3 Now we need to add Integration Procedure in Omniscript. Add Integeration Procedure action in Omniscript.  Edit Send/response Transformation property of IP and fill the ( Response JSON Path –” NewNode:MovieName”and in Response JSON Node — Records)         We are all set for Preview                                           PREVIEW Tab before hit the Button (Integration Procedure GetData). set value is null. After clicking The Button set value is overridden. 

Override Omniscript node Using response. (salesforce / vlocity / OmniStudio) Read More »

Scroll to Top