Hi, im try to set a notification using the Notify() function in a TextInput, but isn't working and i don't know why.
In the OnChange property of the TextInput15_1 im using the next code :
If(Value(TextInput15_1.Text)>12;Notify("Value is greater than 12";NotificationType.Error;10))
And in the Default property by adding the TextInput6 and TextInput15. Please see the next images


Then, when i play the App and type a values in the TextInput6 and TextInput15 with a result greater than 12 nothing happens.
No notification appears.
Can someone tell me why isn't working or how can i do it?.
Thanks!