Hello,
Need some advice. Currently have a SharePoint text field and collecting percentages.
Some users are most user are entering numbers (with percentage sign) and when someone puts a % sign after the number the PowerApp is autocorrecting it.
Example: 80 = 80%; If someone types 80% within the app autocorrects to 0.80.
Is there a way to disable that feature?
or allow someone to enter a number or if they enter % sign afterwards it gets multiply by 100.
Is there a way to build a conditional statement to encourage uniform data entry?
If Number then Number or if Percentage then multiply by 100.
Trying to minimize data entry errors. Since users may be entering data differently I want to make sure all get saved in similar format.
Thanks.