Skip to main content
I have a Create Contact flow with the following fields:

 

Name (first,last)

 

Email

 

Title

 

Phone

 

Type (picklist)

 

Far as I can tell neither Title or Phone are required, but when I debug I get: "The flow failed to access the value for contact.Office_Phone__c because it hasn't been set or assigned."

 

How do I go about troubleshooting this?

 

 
7 réponses
  1. 6 janv. 2020, 18:32
    For all the screen components, uncheck the "Manually assign variables".

     

    Simply use the API name of the input element to get the value in the Get records element for each field like you did for Contact Title. 
0/9000