Looking-up Records with a Single Lookup Request

In this Pipeline, the Salesforce Read Snap reads the records from an object, maps the value of an ID, and passes the values to the Salesforce Lookup Snap.



  1. The Salesforce Read Snap retrieves the records for the object, Account _c.


  2. The Mapper Snap maps the values of the ID for the Account_c object and passes them to the Salesforce Lookup Snap.


  3. The Salesforce Lookup Snap retrieves the data from the object, for the specified output fields and generates a SQL statement based on the condition ""Id = '" + $Id + "'".


  4. The Successful execution of the pipeline displays the below output preview.


To reuse the example pipelines:
  1. Download and import the SLP file into your Environment.
  2. Configure Snap accounts.
  3. Provide Pipeline parameters, if any.