Announcements
I have a combo box that shows user names. If a user selects that user name, the text input is going to display the email address of that user. This is the code
On change in Combo box
Default in Text input
What im having a problem is that when editing the form and updating the combo box selection, the text input doesnt update
Hi @helpPowerApps ,
Try resetting the Text Input - make the Reset property varReset and put this after your Collect code
UpdateContext({varReset: false}); UpdateContext({varReset: true})
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.
MVP (Business Applications) Visit my blog Practical Power Apps
Oh it doesnt work. I was able to fix this using this code though.
If(!IsBlank(ThisItem.QAgroupMail), ThisItem.QAgroupMail & Concat(colEmailList, emailAddress & ";"), Concat(colEmailList, emailAddress & ";"))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 1,055
Valantis 666
11manish 666