function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CrimboCrimbo 

Update Case Record in a Screen Flow - One record does not update - No Error Message

I have a flow to update a Case Object as follows:

User-added imageAll the contact records circled above except Contact_Name__c is not being updated as shown below.  The record Contact_Name__c is sharing the same update variable as Applicant _Secondary_Contact__c

User-added image
As shown below the Contact_Name__c record is blank:

User-added image

The debug shows the following:

UPDATE RECORDS: Update_Case_Records
Find all Case records where:
Id Equals {!CaseID} (5004L000009aml0QAA)
Update the records’ field values.
Alternative_Applicant_Secondary_Contact__c = {!contactAltSecondary} (0034L000006vzLCQAY)
Applicant_Organization__c = {!recordId} (0014L00000BOaj0QAD)
Applicant_Primary_Contact__c = {!contactPrimary} (0034L000006vzLbQAI)
Applicant_Secondary_Contact__c = {!contacSecondary} (0034L000006vzKxQAI)
Application_Type__c = {!applicationType} (New Registration)
Contact_Name__c = {!contacSecondary} (0034L000006vzKxQAI)
Health_Product_ID__c = {!eHealthProductId} (null)
Product_type__c = {!choiceProductType} (Finished Pharmaceutical Product)
Result
All records that meet the filter criteria are ready to be updated when the next screen, pause, or local action is executed or when the interview finishes.

Transaction Committed
Any records that the flow was ready to create, update, or delete were committed to the database.

Kindly assist with trouble shooting why the Contact_Name__c record is not being updated on the Case Object.

Regards,
Crimbo
CASSIE GEORG 13CASSIE GEORG 13
@crimbo - Did you figure out the problem?  I'm seeing the same thing.