Having trouble here:
* `varName` = a name of a person
* Textbox set to `varName`
* After an action, I want to clear the Textbox and start over
Tried `Reset(Textbox)` but the variable is still set so Textbox remains.
Without using a Collection, is there a way to reset `varName` to a blank value?
Solved! Go to Solution.
UpdateContext({varName: Blank())
Is that what you are asking for?
UpdateContext({varName: Blank())
Is that what you are asking for?
User | Count |
---|---|
262 | |
110 | |
98 | |
54 | |
39 |