I have a canvas app within which I have a form that contains numerous fields; DataCards containing DatePickers. I wanted to rename the DatePicker objects to something that would be more memorable than DateValue1_2, so I used the "rename" menu option that appears when you right-click on an object within a DataCard. Considering that I had not added or used the field I am renaming anywhere in the current form, I assumed everything would be fine. Nope. Not only did the rename function NOT change the object name everywhere it was referenced within the DataCard -- all properties that were set by default and not altered by me -- it apparently failed to update the field name within properties that I can't even see/touch within the PowerApps field-editing UI.
Those four "hidden" properties are: PressedBorderColor, Hoverfill, PressedFill, and HoverBorderColor.
I renamed the DatePicker back to what it was originally named, but those four properties are still reporting the same error:
Invalid use of "." <fieldname>.<HiddenProperty>.
How can I fix these errors if I can't touch those properties? I suppose I am going to have to delete the offending DataCard from the form and re-add the field, but there's got to be a better way..AND...why is renaming a field such a pain???
