• CASSIE GEORG 13
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
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