Hi All,
I have designed PowerApps form, where in some fields I am converting values to financial values.
Written On change property as Set(FormattedNum,Text(Value(DataCardValue73.Text),"[$-en-GB]$#,###.00")) and
default property to FormattedNum.
All the fields of form are mandatory. For some users financial values works fine but for some users when they add numbers and go to next fields value automatically disappears and they are not able to submit the forms due empty financial values.
They are using same PowerApps version, checked on different browser, cleared the cookies but no luck.
Please anyone suggest what I can do.
Really appreciate your help. In advance Thank you!!!