Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Cascading Drop Down Values - Issue with Selecting Multiple in ComboBox and showing in a textbox

(2) ShareShare
ReportReport
Posted on by 378
Having an issue with my cascading drop down using 2 sharepoint lists.
 
It's not the building out part I am 5 levels deep and it's working correctly with drop choices being available as each layer is select.
 
My issue is if I select multiple from a combox box it will only show 1 value in the next box, in reality there are 2.  I also just want this data to appear in a text box so I can then post to sharepoint.
 
Example.
 
If Gender is selected as my final dropdown, my text box will read Male, Female.
 
This isnt my use case but an example.
 
What I am trying to do my final layer has a Notes (Static information save in SharePoint).  If the choice ahead (We will call it: Types of Notes) has 2 selected items, then this should pull up both those Notes and post them in a text box so I can save to SharePoint.
  • Daniel20 Profile Picture
    139 on at
    Cascading Drop Down Values - Issue with Selecting Multiple in ComboBox and showing in a textbox
    Excuse me , in value the first "Value" what should I put?
     
  • Verified answer
    olsen9 Profile Picture
    378 on at
    Cascading Drop Down Values - Issue with Selecting Multiple in ComboBox and showing in a textbox
    Figured it out this code works:   Using a TextInput changing to multi line if needed
     
    Concat(
              ForAll(
                  ComboBox_Choice1.SelectedItems,
                  LookUp('Your SharePoint List', Category = Value).Value
              ),
              Text(Value), ", "
           )
     
    Change out 'Category' to your Sharepoint ColumnName
    The last '.Value' change to the Column you need from the lookup
     

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,537 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,908 Most Valuable Professional

Leaderboard