Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Create a Basic Omnistudio Data Mapper Extract Example (Managed Package)

Create a Basic Omnistudio Data Mapper Extract Example (Managed Package)

For the managed package runtime, a Data Mapper extract accepts an account ID parameter and returns the account name.

Managed Package app icon This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.

Download a data pack of this example for Omnistudio for Managed Packages.

  1. On the Extract tab, click Add Extract Step.
  2. From the list of Salesforce objects, choose Account.
  3. Set the Extract Output Path to Account and the filter to Id = InputId.
  4. On the Output tab, click +.
  5. Set the Extract JSON Path to Account:Name.
  6. Set the Output JSON Path to Account:Name.
  7. Go to the Preview tab. If you see the link Edit as Params, click it.
  8. In the Input Parameters pane, click Add New Key/Value Pair.
  9. Set the Key to InputId and the Value to a valid Salesforce Account object ID (which looks like this: 0016100001OBpRi).
  10. Click Execute.
  11. Verify that the Response pane displays a JSON structure containing the desired output. For example:
    {
     "Account": {
      "Name":"Smith Incorporated"
     }
    }
 
Loading
Salesforce Help | Article