I have a PowerApps Canvas Mobile Application. I have a dropdown Company.SelectedText.Value in my Send button's RUN formula and passing the value works fine.
Choices are in dropdown's Items: All, Company A, Company B. Default = All.
After the submit I want to set it to default value, All. I have tried UpdateContext and Set commands without errors but with no desired result: It doesn't set the value to All.
What would be the right format?
Solved! Go to Solution.
Hi @Finnair ,
Put this on the end of your Save
UpdateContext({varReset:false});
UpdateContext({varReset:true})
Then the Reset of your drop-down
varReset
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Finnair ,
Put this on the end of your Save
UpdateContext({varReset:false});
UpdateContext({varReset:true})
Then the Reset of your drop-down
varReset
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
189 | |
56 | |
49 | |
37 | |
36 |
User | Count |
---|---|
270 | |
87 | |
80 | |
76 | |
70 |