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
Nitin LedangeNitin Ledange 

unable to complete the Trailhead Challenge " Map your Workflow Actions to Process Actions"

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Update failed. First exception on row 0 with id 0060I00000UJtyaQAD; first error: CANNOT_EXECUTE_FLOW_TRIGGER, The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 3010I000000YTYA. Flow error messages: An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Contact your administrator for help.: []
Does Anybody know the solution? 
Nitin LedangeNitin Ledange
Getting below email from Salesforce whenever I'm clicking on the Check Challenge Button : 

Error element myRule_1_A1 (FlowRecordCreate).
This error occurred when the flow tried to create records: FIELD_INTEGRITY_EXCEPTION: Assigned To ID: id value of incorrect type: 0010I00001ol7FOQAY. For details, see API Exceptions.

This report lists the elements that the flow interview executed. The report is a beta feature.
We welcome your feedback on IdeaExchange.

Flow Details
Flow Name: Opportunity_Management
Type: Record Change Process
Version: 5
Status: Active

Flow Interview Details
Interview Label: Opportunity_Management-5_InterviewLabel
Current User: Nitin Ledange (00528000002HYNt)
Start time: 3/25/2018 11:33 AM
Duration: 0 seconds

How the Interview Started
Nitin Ledange (00528000002HYNt) started the flow interview.
Some of this flow's variables were set when the interview started.
myVariable_old = 0060I00000UJtzTQAT
myVariable_current = 0060I00000UJtzTQAT

ASSIGNMENT: myVariable_waitStartTimeAssignment
{!myVariable_waitStartTimeVariable} Equals {!Flow.CurrentDateTime}
Result
{!myVariable_waitStartTimeVariable} = "3/25/2018 11:33 AM"

DECISION: myDecision
Executed this outcome: myRule_1
Outcome conditions: and
1. {!myVariable_current.StageName} (Closed Won) Equals Closed Won
2. {!myVariable_current.Account.Industry} (Banking) Equals Banking
Logic: All conditions must be true (AND)

DECISION: myRule_1_pmetdec

RECORD CREATE: myRule_1_A1
Create one Task record where:
ActivityDate = {!formula_2_myRule_1_A1_4070416754} (April 1, 2018)
Description = Follow up with the customer on the contract for this account.
OwnerId = {!myVariable_current.AccountId} (0010I00001ol7FOQAY)
Result
Failed to create record.

Error Occurred: This error occurred when the flow tried to create records: FIELD_INTEGRITY_EXCEPTION: Assigned To ID: id value of incorrect type: 0010I00001ol7FOQAY. For details, see API Exceptions.
SandhyaSandhya (Salesforce Developers) 
Hi,

Compare your work with below screenshots.

User-added image

User-added image

If this does not work,try in new trailhead playground as there may pre existing configuration which you might have done for other challenges.

Refer below link.

https://developer.salesforce.com/forums/?id=9060G000000IAbGQAW

Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
 
Best Regards
Sandhya
 
 
Cheryl WoolseyCheryl Woolsey

Hi @Sandhya this solution worked for me!

 

Thank you,

Cheryl

Mira Cheytanova-StewardMira Cheytanova-Steward
Thank you so much! I worked 2 days on this playing around with every possible naming. It was the Action name that did not pass me!
Steve Peck 1Steve Peck 1
How painful this was and the solution for me also was to recreate the process in a new Playground after exhausting all other suggestions without success. What a waste of study time. Thanks to @Sandhya for the suggestion.