In certain scenarios, updates made to the Unified Profile table do not fully sync to the target table (e.g., the Contact table) during a Copy Field Enrichment.
The Data Action tied to this flow monitors updates in the Profile table and joins them with the Identity Link table to locate the correct source records. However, this process can fail due to three primary limitations:
To improve data consistency, customers can create a Calculated Insight based on the Identity Link table and use it in the CFE flow.
Create a Calculated Insight that aggregates the required data
Schedule it to run every hour (minimum possible interval) to ensure more frequent updates.
Sample CI Query:
SELECT
FIRST(UnifiedLinkssotIndividualRs01__dlm.UnifiedRecordId__c) AS UnifiedRecordId__c,
UnifiedLinkssotIndividualRs01__dlm.SourceRecordId__c AS SourceRecordId__c
FROM
UnifiedLinkssotIndividualRs01__dlm
GROUP BY
UnifiedLinkssotIndividualRs01__dlm.SourceRecordId__c
Create a Copy Field Enrichment to copy UnifiedRecordId__c from the CI to the Contact table
The CI can only run once per hour, introducing a potential worst-case delay of 1 hour for updates.
004464194

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.