How To Make Integration Procedures In OmniScript

— :  “In this post, we will create an Integration Procedure to set values for data used in an Omniscript, showcasing Integration Procedure Data (set values) in the Omniscript.”

Step :- 1    Create an Omniscript.

OmniScript
new omniscript

 Step –: 2  “Drag an IntegrationProcedure, as shown in the image below.

In the Integration Procedures Name, fill in ‘Type & SubType‘ (Integration Procedures).”

OmniScript
Calling IntegrationProcedure in Omniscript

Step –: 3   Create an IntegrationProcedure for omniscript.

                    In IntegrationProcedures drag a SetValues (for store Data) Then

                   Drag an  ResponseAction (for send data in omiscript )

                  Activate Integration Procedures .

In IntegrationProcedure
Take SetValues and ResponseAction

Step :– 4   In Remote Properties  > Extra Payload 

             Key = we pass the Node in IntegrationProcedure

             Value =  In %% sine we receive Node  

OmniScript
In IntegrationProcedure

Step :– 5  In Preview tab 

                   After click on Button (IntegrationProcedureAction1)

                   Its show the record from setvalues in Integration Procedures.

OmniScript
Result
Scroll to Top