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 / Text input value equal...
Power Apps
Unanswered

Text input value equals dropdown

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a dropdown field that takes multiple selections and a text input field.

 

When I set the text input's Text field to "dropdown.selecteditems.value", I get a red circle X. It seems to work when i set it to " dropdown.selected.value", but it only returns one value. Can a text input field accept multiple values?

Categories:
I have the same question (0)
  • PaulD1 Profile Picture
    2,914 on at

    This will give you all the values selected separated by a comma:

    If(!IsEmpty( cboCombo.SelectedItems), Left(Concat(cboCombo.SelectedItems,Title &", "),Len(Concat(cboCombo.SelectedItems,Title &", "))-2) ,"")

    If you haven't selected anything (combo is empty) you get an empty string, otherwise each value selected is concatenated with a ", " separator. The last 2 characters are trimmed off so you don't get a trailing ", ".

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @PaulD1 Thank you. However, only the commas show up.

     

    My dropdown/multiselect field (Features) is a choice field in SharePoint.

     

    Feature.jpg

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 491

#2
WarrenBelz Profile Picture

WarrenBelz 407 Most Valuable Professional

#3
11manish Profile Picture

11manish 331

Last 30 days Overall leaderboard