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

Notifications

Announcements

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)
  • 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

  • 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

  • v-bofeng-msft Profile Picture
    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

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 428

#2
WarrenBelz Profile Picture

WarrenBelz 374 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard