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
Mark SomersMark Somers 

Workflow Rule Migration > Map Your Workflow Actions to Process Actions Challenge Cannot Be Completed

On the Map Your Workflow Actions to Process Actions, the challenge fails and references fields not part of the challenge or module. I remember building the Discount Percent fields as part of another challenge so it is likely that this challenge's verification is checking information related to a challenge that is not part of this unit. The previous unit's challenge had to be completed in a separate Trailhead due to a previous challenge had me build a Process with the same name but different requirements. It is likely that this challenge is checking for information associated with an unrelated unit. 

Please advise. 

Challenge Requirements:
https://trailhead.salesforce.com/trails/automate_business_processes/modules/workflow_migration/units/workflow_migration_actions
Criteria 1:
Name: Closed Won and Banking
Conditions: Checks whether the opportunity's Stage is Closed Won AND whether the associated account's Industry is Banking
Associated action: Creates a task for the account owner to follow up on the account. For the due date, use this formula: TODAY() + 7. You can delete the Priority and Status fields.
Criteria 2:
Name: Closed Won
Conditions: Checks whether the opportunity's Stage is Closed Won
Associated action: Creates a draft contract for the closed opportunity's account
Both criteria nodes execute their actions only when specified changes are made to the record
The process is active


Error Message Given:
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: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Discount_Percent__c]: [Discount_Percent__c]
Mark SomersMark Somers
Was able to complete the challenge using original Trailhead and updating the Process Verison. However, the Challenge cannot complete on a new Trailhead.