web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Populate text field wi...
Power Apps
Answered

Populate text field with combobox selected values

(0) ShareShare
ReportReport
Posted on by 90

Is there a way for a label field to be populated from values coming from a combobox?

Categories:
I have the same question (0)
  • Riphath Profile Picture
    54 on at

    In the text box default property, write ComboBox1.Selected.Value,

    this can display the value that is selected in the combobox in a text box.

    Hope, this helps.

  • mdevaney Profile Picture
    29,991 Moderator on at

    @lparkerMDVIP

    There is definitely a way to display multiple values from your ComboBox in text field.  Put this code in the Text property of your label or Default property of your TextInput

     

    Concat(ComboBox1.SelectedItems, your_column_name & " ")

     

    Or if you are only allowing a single value to beselected in your ComboBox do this instead.

     

    ComboBox1.Selected.Value​

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @lparkerMDVIP ,

    Do you want to populate the Text Field (Label) within ComboBox Selected values?

    Could you select multiple options within the ComboBox?

     

    If you could select multiple options within the ComboBox, please set the Text property of the Label to following (I agree with @mdevaney 's thought almost):

    Concat(
     ComboBox1.SelectedItems,
     DisplayColumn & "; "
    )

    Note: The DisplayColumn represents the column you used as Display column value within the ComboBox.

     

    Best regards,

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 477

#2
WarrenBelz Profile Picture

WarrenBelz 341 Most Valuable Professional

#3
11manish Profile Picture

11manish 317

Last 30 days Overall leaderboard