2 answers
Hi Brianna,Yes, there is an error on your Visualforce page on line number 13,28,41,51,60 & 68<apex:repeat value="{!$ObjectType.Sales Coaching Note.fieldsets.Score}" var="fieldValue">You cannot use spaces in object, you should use correct Object Name with "__c" you can get the reference from this link https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_variables_global_objecttype.htmIf you are getting the problem again then you would share your apex class named "salescoachingRedirect" as well. I'll try to solve your problemThanks