You are here:
Preview and Test Data Mappers
You can preview and test the input and output of a Data Mapper in the Data Mapper Designer.
- In your Data Mapper, click Preview.
- Click Edit as Params.
-
In the Input Parameters panel, add a key-value pair.
Alternatively, you can specify the input in JSON format.
- To observe the effects of caching when testing the Data Mapper Load, deselect Ignore Cache.
- Click Execute.
Load Results — The Objects Created panel lists the resulting objects, which are saved permanently. The Debug Log panel displays the results of the Salesforce queries issued by the Data Mapper.
Extract Results — The Response panel displays the resulting data, and the Debug Log panel shows the results of the Salesforce queries issued by the Data Mapper. For example, if the Data Mapper filters Accounts based on an Id provided by an Omniscript, a key-value pair lets you test the Data Mapper using a specific Account Id.
Extract Turbo Results — The Response panel displays the resulting data, and the Debug Log panel displays the results of the Salesforce queries issued by the Data Mapper. For example, if the Data Mapper filters accounts based on an ID, a key-value pair lets you test the Data Mapper using a specific Account Id.
Transform Results — The Response panel displays the resulting data, and the Debug Log panel displays the results of the Salesforce queries issued by the Data Mapper.

