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
Gregoire SaintenacGregoire Saintenac 

Trailhead Challenge Error ZOEWDOEO

Completing the superbadge lightning platform app builder on step 2 on a fresh new playground (2d attempt).

Complete message :
"Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: ZOEWDOEO

Best regards
Greg
Best Answer chosen by Gregoire Saintenac
Gregoire SaintenacGregoire Saintenac
i finally rebuild some formula :


3. Volunteer Organization :
ObjectData Type Return Type Formula
    
Volunteer Job Formula Text Volunteer_Activity__r.Volunteer_Organization__r.Name
Volunteer Shift Formula Text Volunteer_Job__r.Volunteer_Organization__c
Volunteer Shift Worker Formula Text Volunteer_Shift__r.Volunteer_Organization__c
 
4. Volunteer Activity
ObjectData Type Return Type Formula

Volunteer Shift Formula Text Volunteer_Job__r.Volunteer_Activity__r.Name
Volunteer Shift Worker Formula Text Volunteer_Shift__r.Volunteer_Activity__c

And add volunter skills to user object
And rename my gloabl list "Volunteer Skills Values"

i don't know why but it work ! module check !