How to use Tansform DataRaptor

How to use Tansform DataRaptor in One Object to Multiple SObject Information.

/*! elementor – v3.18.0 – 20-12-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}


Now we go to the Transform Tab and click on the Plus(+) icon.

then go to the Output JSON Path and type User:FirstName .(to fetch the fields of an object, use : ). And type FirstName in the Input JSON Path.

Similarly we add more fields of the User (LastName,Email,Username).

Salesforce guide == https://help.salesforce.com/s/articleView?id=sf.os_dataraptor_transform_action.htm&type=5


Now we Transform Parent to Child record.so now we type Account:Contact:FirstName in the Output JSON Path and type FirstName in the Input JSON Path.

Similarly, we add more fields of the Contact records (LastName, Email, State, Street).


Now we take the Account records so type the Account:Name in the Output JSON Path and type Name in the Input JSON Path.

Similarly we add more fields of the Account(website, state, street).



Click on Preview Tab and write down in input json 

{  “FirstName”: “My”,  “LastName”: “Maurya0”,  “Email”: “Maurya0@gmail.com”,  “Street”: “Mau”,  “State”: “UP”,  “Name”: “ABC”,  “Website”: “www.abc.com”,  “Username”: “maurya@.com”}then CLICK Execute Buttom.So Output results SHOW.(according my input json)


I hope you understand how to transform dataraptor in Omniscript for Salesforce.

Scroll to Top