My form is connected to a Sharepoint list.
One of the fields is a number, I want to display it as a percentage (it is a tax rate).
The DataCard Format property is set to:
TextFormat.Number
There isn't an option to display this as percentage.
So, a tax rate of 0.23 just looks terrible on the form.
How can I display it like 23%?
Thanks
Hi@WebPortal,
Have you solved your problem?
Based on the issue that you mentioned, do you want to format the TextInput control when you typing within?
Could you please share a bit more about the scenario?
I have a test on my side, please take a try as below.
Set the OnChange property of the TextInput as follows:
Set(var3,Value(DataCardValue8.Text)*100&"%")
Set the Default property of the TextInput as follows:
var3
Note: Please do remember to set the Format of the TextInput as Number.
Please check the following gif.
Hope it could help.
Regards,
Qi
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473