Hello, how are you, and I've been trying to find a way to reset two controls at the same time that I press a button, seeing the old versions see that this was possible simply by quoting the function twice more or less in the following way: Reset (Control1) ; Reset (Control2); Reset (Control3); This is no longer possible and the function only receives a single parameter, does anyone know how to do this for multiple controls in this new version of 2021?
Solved! Go to Solution.
This should still be valid formula.
Perhaps your language settings have changed and you require double semi-colons?
Reset(Control1);;Reset(Control2);;Reset(Control3)
This should still be valid formula.
Perhaps your language settings have changed and you require double semi-colons?
Reset(Control1);;Reset(Control2);;Reset(Control3)
Thank you very much, if this was definitely
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
70 | |
49 | |
36 | |
25 |
User | Count |
---|---|
239 | |
111 | |
89 | |
88 | |
66 |