Loading
Salesforce에서 이메일을 보내기 위해서는 도메인 인증이 필요합니다.더 많이 읽기

Dataflow Error: "Can't find dimension in update dataset"

게시 일자: Sep 25, 2023
상세 설명

If a dimension used as a key within an Augment node does not exist, it will generate the following error:
"Something went wrong while executing node augment_Node: Can't find dimension Dimension_Name in update dataset"


This is most likely due to the field being entirely null, which results in it not being created as part of the relevant sfdcDigest node.
솔루션
To resolve this, pursue one of the following options:

Populate the relationship field

Create or update at least one record to have the key field populated with meaningful data. This will allow the augment to complete.
 

Remove the augment and related nodes

If the key field is entirely null, your org may not be using that relationship. If that is the case, removing the augment node (and modifying/removing any subsequent nodes) from the dataflow will allow the process to complete.

Knowledge 기사 번호

000386882

 
로드 중
Salesforce Help | Article