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 / Dynamic dropdown items...
Power Apps
Answered

Dynamic dropdown items list

(0) ShareShare
ReportReport
Posted on by 36

Hi all,

I couldn't find anything existing that answers my issue, apologies if I failed searching,

In the data source 'Document Control Data Tables' I have three columns, 'Business_Area_code' a multi value choice column, 'Business_Framework' a text column, and 'Business_Area' a text field. I want to use a textbox to enter a Business Area, then using that value,  populate a dropdown items with all items from the Business_Framework that have a value in the corresponding Business_Area_code column that matches the text field.

I.e. I want to search a multi value field for a value (from the textbox), and return all the rows that have that value as the items list for a dropdown box.

 

I have tried,

Filter('Document Control Data Tables',Business_Area_code = txtBusiness_Area_code.Text).Business_Framework

but this only return one record

 

I hope that isn't confusing.

 

thank you in advance,

Brad

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi  @BradTennent ,

     

    Could you please tell me what Business_Area_code is? Is it a text column?

     

    If Business_Area_code is a multiple choice column in a SharePoint list or a Dataverse table , your formula should not work.

     

    If Business_Area_code is a text column , please try:

     

    Filter( 'Document Control Data Tables', txtBusiness_Area_code.Text in Business_Area_code ).Business_Framework


     
    Best Regards,
    Bof

  • BradTennent Profile Picture
    36 on at

    Hi Bof,

     Business_Area_code is a multi value choice column,

    I have added an image of the sharepoint columns below, to help with understanding what I mean( hopefully)

    the textbox at the top will have a Business area (Based on the Business_Area Column (Text),

    Then the Dropdown Items (Dropdown01) would be populated from the Business_Framework column (Text),

    with only those items that have the Business_Area listed in the Business_Area_code column (multi value choice) column.

     

    Sharpoint list.PNG

  • Verified answer
    BradTennent Profile Picture
    36 on at

    Hi everyone,

    I have worked it out myself the code I used was

    Filter('Document Control Data Tables', txtBusiness_Area_code.Text in Concat(Business_Area_code,Value) ).Business_Framework

     

    Thank you everyone, especially Bof

    Brad

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard