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
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 & ";"))
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
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2