How To Retrieves Data From sObjects In OmniScript Salesfoce.

to

Go to Omnistudio & select DataRaptor .

Click on the ‘New’ button, and in the type dropdown, select the data raptor we want to use. For now choose ‘Extract’.

 


Select Extarct DataReptor & Save
Select Extarct DataReptor &
Save

“In the ‘Extract’ process, we essentially add extraction steps where we specify to the data raptor which objects and fields we need to retrieve.


Here we are fetching the data from the database through datapreter.
Get Data From Database

Click on the ‘Output’ tab and map the required data through the corresponding fields.


Map field and show data in display
Map field and show data in display

Salesforce guide == https://apisero.com/omnistudio-dataraptors-turbo-extract/

Note– While performing SObject mapping, it is necessary to map the required fields.

Go to the ‘Preview’ tab and execute.


Going To Preview Tab and Execute.
Records are visible here

Records are visible here with SOQL Qurrey  In Debug Log .

In this way you can get data from Extract DataRaptor …..

Scroll to Top