• Andrew Alldredge
  • NEWBIE
  • 5 Points
  • Member since 2018
  • CEO
  • 0-101 LLC


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 5
    Replies
Hi all,

I am getting this error in the  Customize How Records Get Approved with Approvals (Lightning Flow module):
Hands-on Challenge: Check Challenge
But the Approval Process works as expected in my dev: Account Approved
Account Approved
Account Type updated to Customer:
Account Type updated to Customer

I have one other approval process for Opportunity. It also works. I get the same error if the Opportunity process is activated or not activated.

I can also run the Approval Process again in the dev without problem:
Account Approved
Any feedback is appreciated.
Hi All,

Working through Combine the Power of Process Builder and Cloud Flow Designer (https://trailhead.salesforce.com/modules/business_process_automation/units/business_process_automation_combined) and have an issue with REQUIRED_FIELD_MISSING: Required fields are missing: [Name].

Have Process Builder set up as:
Process Builder

Process Builder: Closed Won

Flow Designer is set up as:
Flow Designer: Renew Opportunity

Update Opportunity Fields

Receive errors as: Error Occurred During Flow "Renew_Opportunity": This error occurred when the flow tried to create records
Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [Name]. For details, see API Exceptions.
All Opportunities have an Opportunity Name (as seen in Opportunity details). 
 
Can resolve issue by assigning constant "AssignNameTest" to {!http://opportunity.Name } in Flow designer.
 
In further attempts at resolution, created a validation on Opportunity Name to make sure it had an assigned name (even though an Opportunity Name was always visible in the details, as noted above) and removed assigned constant “AssignNameTest” to {!http://opportunity.Name } in Flow designer. 
 
With Opportunity name validation, received the error: 

FAST CREATE: Clone_Opportunity
Create Opportunity records using the values that are stored in {!opportunity}.
Variable Values
[StageName=Prospecting,CloseDate=8/5/2018 7:00 PM]
Result
Failed to create records.

Error Occurred: This error occurred when the flow tried to create records: FIELD_CUSTOM_VALIDATION_EXCEPTION: Enter an opportunity name.. For details, see API Exceptions.

Any advice on a direction to look in is appreciated!
Hi all,

I am getting this error in the  Customize How Records Get Approved with Approvals (Lightning Flow module):
Hands-on Challenge: Check Challenge
But the Approval Process works as expected in my dev: Account Approved
Account Approved
Account Type updated to Customer:
Account Type updated to Customer

I have one other approval process for Opportunity. It also works. I get the same error if the Opportunity process is activated or not activated.

I can also run the Approval Process again in the dev without problem:
Account Approved
Any feedback is appreciated.
Hi All,

Working through Combine the Power of Process Builder and Cloud Flow Designer (https://trailhead.salesforce.com/modules/business_process_automation/units/business_process_automation_combined) and have an issue with REQUIRED_FIELD_MISSING: Required fields are missing: [Name].

Have Process Builder set up as:
Process Builder

Process Builder: Closed Won

Flow Designer is set up as:
Flow Designer: Renew Opportunity

Update Opportunity Fields

Receive errors as: Error Occurred During Flow "Renew_Opportunity": This error occurred when the flow tried to create records
Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [Name]. For details, see API Exceptions.
All Opportunities have an Opportunity Name (as seen in Opportunity details). 
 
Can resolve issue by assigning constant "AssignNameTest" to {!http://opportunity.Name } in Flow designer.
 
In further attempts at resolution, created a validation on Opportunity Name to make sure it had an assigned name (even though an Opportunity Name was always visible in the details, as noted above) and removed assigned constant “AssignNameTest” to {!http://opportunity.Name } in Flow designer. 
 
With Opportunity name validation, received the error: 

FAST CREATE: Clone_Opportunity
Create Opportunity records using the values that are stored in {!opportunity}.
Variable Values
[StageName=Prospecting,CloseDate=8/5/2018 7:00 PM]
Result
Failed to create records.

Error Occurred: This error occurred when the flow tried to create records: FIELD_CUSTOM_VALIDATION_EXCEPTION: Enter an opportunity name.. For details, see API Exceptions.

Any advice on a direction to look in is appreciated!