Hi there,
I am new to Power Apps, I created a simple form with a few textinput field that I want to validate: I have a textinput that I have format to only accept numeric value, and it shows a error message (lable) when user enters a large number also at the moment when the user types in string/characters the textinput clears out. How could I have a error message that will let them know they can only add numberic value and also warns them when the input is large?
The formula I used in the label Visible property: If(Value(TextInput1.Text) >= 100,true,false)
Label Text: "Warning: you have entered a large value."
My goal is to show the above message when the value is greater or equal to 100 but still accept the value AND to help user understand that it must be a numeric value that is entered. But I am not sure how to approach the datatype condition to show "You have entered text value. Please enter a number."
Would I have to make 2 labels and have those two condition check separately? or is there a better way to approach this?
Thanks for any help, if this has a solution please link me to it.

Report
All responses (
Answers (