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
Kimberly Vanderboegh 6Kimberly Vanderboegh 6 

Formula - Trailhead says does not exist and is incorrect

I am getting an error on my challenge for the Advanced Admin for creating the formula for days since last account was updated and it continues to tell me that it does not exist. I have the field and it is functioning correctly with activity placed within the account.  Is there a reason that the Trailhead would not recognize my field and formula?
pconpcon
Can you please provide a screenshot of the formula field information.  Please include both the label and the name of the field as well as the value of the formula in the field.
Amit Chaudhary 8Amit Chaudhary 8
Please check below post. I hope that will help you :-

https://developer.salesforce.com/forums/?id=906F0000000BQmZIAW
https://developer.salesforce.com/forums/?id=906F0000000BSUKIA4
https://developer.salesforce.com/forums/?id=906F0000000BQwUIAW

Your formula should be like below
(Today()- Account.LastActivityDate)

Pleas elet us know if this will help u

Thanks,
Amit Chaudhary
Uvais KomathUvais Komath
Which unit is it. A screenshot would be helpful
Kimberly Vanderboegh 6Kimberly Vanderboegh 6
Actually, I figured it out after redoing it over 2 hours. I had the naming wrong, Placing the API name into the field name. Stupid mistake! Thank you for your response!