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. 

2 thoughts on “Override Omniscript node Using response. (salesforce / vlocity / OmniStudio)”

Comments are closed.

Scroll to Top