Hi Power Apps community,
I have a TextInput in my App which is a LookUp that returns a number from my SharePoint list. For example the LookUp returns 5.50 and display it in my TextInput1. I have another TextInput which I want it to display only .50. I have entered this code:
Right(Value(TextInput1.Text,3)
But it keeps telling me an error that it is expecting a Text value.
Someone knows how can I get passed this error?