Loading

Dataflow Error: "Can't Find Dimension in Update Dataset" in CRM Analytics

Udgivelsesdato: Jun 29, 2026
Beskrivelse

When running a CRM Analytics Dataflow that includes an Augment node, the job may fail with the following error:

"Something went wrong while executing node augment_Node: Can't find dimension Dimension_Name in update dataset"

This error occurs when the dimension specified as the key field in the Augment node does not exist in the dataset being referenced. The most common cause is that the key field is entirely null across all records in the source object. When a field contains no data, the CRM Analytics Dataflow sfdcDigest node does not create that dimension in the dataset — resulting in the Augment node failing because the key it needs does not exist.


Example: If an Augment node is configured to join on the ParentAccountId field, but no records in the Account object have a value in ParentAccountId, the sfdcDigest node will not include this field in the dataset, and the Augment node will fail.

Løsning

This error means the key dimension used in the Augment node is missing from the dataset, typically because the source field is entirely null. Choose one of the following options based on your business context:

Option 1 — Populate the Key Field

If the relationship field should contain data but is currently empty, create or update at least one record in Salesforce to populate the key field with a meaningful, non-null value.
Once at least one record has data in the field, the sfdcDigest node will include the dimension in the dataset, and the Augment node will run successfully.

Option 2 — Remove the Augment Node and Related Nodes

If the key field is entirely null, it likely means your org is not using the relationship that the Augment node is designed to join. In this case, removing the Augment node (and updating or removing any downstream nodes that depend on its output) is the recommended resolution.
To remove the Augment node safely, review the Dataflow definition JSON and identify all nodes that reference the Augment node's output. Update or remove those dependent nodes before deleting the Augment node. Then run the Dataflow to confirm it completes successfully.

Yderligere ressourcer
  • CRM Analytics Augment Transformation Reference
  • sfdcDigest Transformation Reference
  • Manage Dataflows in CRM Analytics
Vidensartikelnummer

000386882

 
Indlæser
Salesforce Help | Article