Hi All,
I am trying to customize a form from an SPO list, since Microsoft in their infinite wisdom can't format a phone number on a form, I am trying to force the user to enter 10 digits into the form. This should be easy enough, but for some reason it's not.
- On visible of the form I Set(Var10Digits,false)
- I set "OnChange to :If(Len('Phone Number')<>10,UpdateContext({Var10Digits: true }));
- I have a textbox and button visible when var is true
- I set the var back to false when button is pushed
Simple enough solution?
I get the textbox and button no matter what I put in the column. Why would the Var be set to true even when there are 10 digits?
I tried every way I can think of.
Am I doing this in the wrong place?
Any help would be greatly appreciated!
TIA,
Joe