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
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional