Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Update text input based on combo box selection

(0) ShareShare
ReportReport
Posted on by 44

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 

helpPowerApps_0-1687304201292.png

Default in Text input

helpPowerApps_1-1687304291815.png

 

What im having a problem is that when editing the form and updating the combo box selection, the text input doesnt update

Categories:
  • helpPowerApps Profile Picture
    44 on at
    Re: Update text input based on combo box selection

    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 & ";"))

  • WarrenBelz Profile Picture
    146,635 Most Valuable Professional on at
    Re: Update text input based on combo box selection

    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

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,635 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard