Hello Community,
I need your help please, I have a SharePoint list and built a Customised App from that list.
I have a field which is a single line of text - Last Name
Default Property is set to - If(SharePointForm1.Mode = FormMode.New, varProper, Parent.Default)
On Change Property is set to - UpdateContext({varProper: Proper(Self.Text)}); Reset(Self)
I did this so that users could not type all capital letters into the field, so if they do that it updates the field using the varProper to the correct format.
But if someone has mis-spelled a name they need to go into the list and edit, which for some reason it does not allow them to do and I think it may have something to do with the Reset(Self) but I am not 100% sure.
Can anyone help me, to allow users to make a modification to that field, but still not being able to enter all capital letters
Hope that makes sense
Thank you in advance
Claire

Report
All responses (
Answers (