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
Julie CurryJulie Curry 

Cylinder Volume exercise error - typos in field names

I'm receiving an error message for this exercise with a tip that there are errors in the field names.  I have checked several times and they are just fine.  I'm not sure what to do.  

for the API names I have
Cylinder_Volume__c
radius__c
height__c

My formula is Data TypeFormula  
round(3.14159 * (radius__c ^2) * height__c,0)

I have no idea what the issue is.  Thanks in advance for your help!
LBKLBK
Hi Julie,

I don't see any issues with the formula.

Can you post the error message you are receiving?