Hello -
How can I reset textInput fields to blank after a button press? The Power Apps for Teams no longer has reset or default - just value.
(And setting value to blank doesn't work)
Thoughts?
Thank you!!
done
Hi @TrishGillham ,
You can try the below approach.
Set the Default Value for TextInput is blank.
Then on button Click-use like below.
Reset(TextInput1);
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay