Loading
CRM Analytics
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          digest Transformation

          digest Transformation

          The digest transformation extracts synced connected data in a dataflow. Use it to extract data synced from an external Salesforce org, or data synced through an external connection. Use the sfdcDigest transformation to extract from your local Salesforce org.

          Example
          Example

          Let’s say you extract opportunity data from your company’s org in Arizona using a Salesforce external connection. To use this data in your dataflow, add a digest node specifying the connection name, object, and fields.

          "Extract Arizona Opportunities": {
              "action": "digest",
              "parameters": {
                  "connectionName": "Arizona_Sales",
                  "object": "Opportunity",
                  "fields": [
                  {"name": "CloseDate"},
                  {"name": "Amount"},
                  {"name": "StageName"},
                  {"name": "Name"}
                ],
              }
            },
          • digest Parameters
            When you define a digest transformation, you set the action attribute to digest and specify the parameters.
           
          Loading
          Salesforce Help | Article