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
ASHISHKUMAR SHARMAASHISHKUMAR SHARMA 

App Customization Specialist Challenge 2 Unable to Complete

Hi All,

I have been trying to to relive this issue since last 3 days and unable to find whats the problem. It seems like nothing is wrong but need help.

Error: "Challenge Not yet complete... here's what's wrong:
The '# of Volunteers Still Needed' field on the 'Volunteer Shift' record is not working as expected."User-added imageUser-added imageUser-added image
AnudeepAnudeep (Salesforce Developers) 
Can you try any of the following formulas? 
 
Max((Desired_of_Volunteers__c - Shifts_Taken__c), 0)
 
IF((Desired_of_Volunteers__c - Shifts_Taken__c) > 0, Desired_of_Volunteers__c - Shifts_Taken__c, 0)

Also, ensure The API names for the Desired # of Volunteers and # of Volunteer Still Needed is correct. If you still experience the issue, please log a case with the Trailhead Support team, they can help you with such issues.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Anudeep