The Snap reads records from the Account object, and retrieves values for the 10 output fields (Output field limit) starting from the 3rd field (Output field offset). Additionally, we are passing the values dynamically with the expressions enabled. The Pipeline parameters to be passed dynamically are set for the Access token and the Instance URL fields.
-
The Key and Value parameters are assigned using the Edit Pipeline property on the designer. For this Pipeline, define the following parameters:
-
The Salesforce Read Snap reads the records from the object, Account, to the extent of 10 records starting from the 3rd record (by defining the properties- Output field limit and Output field offset with the values 10 and 3 respectively).
-
Create a dynamic account and toggle (enable) the expressions for Access Token and Instance URL properties in order to pass the values dynamically. Set Access token to _accessToken and Instance URL to _instance_url. Note that the values are to be passed manually and are not suggestible.
-
Successful execution of the Pipeline displays the tables in the output.
To reuse the example pipelines:
- Download and import the SLP file into your Environment.
- Configure Snap accounts.
- Provide Pipeline parameters, if any.