Hello,
How can i reset a combobox and a data table using a button name cancel. I have tried Reset(combobox1) but not sure how can i add the data table? Any help will be appriciated.
Thank you,
Solved! Go to Solution.
A datatable cannot be reset but the datasource it is using can be refreshed. If this is what you want to do use this code.
Reset(combobox1);Refresh(your_datasource_name);
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
A datatable cannot be reset but the datasource it is using can be refreshed. If this is what you want to do use this code.
Reset(combobox1);Refresh(your_datasource_name);
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
180 | |
52 | |
41 | |
38 | |
29 |
User | Count |
---|---|
243 | |
81 | |
71 | |
69 | |
66 |