Hi PowerApps Experts,
Good day!
I would like to ask for your help regarding on how to remove space using trim upon onChange.
I have a textinput named TextInput.1
on my default property:
varTextOn my OnChange property:
UpdateContext({varText: Trim(Self.Text)})Actually this solves the issue.
But
I want the default that if a lookup variable named id is not empty it will display the gvCurrentRequest.Title.
So to summarize: I need the trim to work every time I changed the ID on the TextInput.
Because currently what happened to me is that, if the variable gvCurrentRequest.Title is not empty and I tried to input a new value on the TextInput. The trim doesn't work. It only works.
Thanks in advance for the help.

Report
All responses (
Answers (