Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

filter choices using dropdown

(0) ShareShare
ReportReport
Posted on by

I configured the button like this: Choices('RTR Workflow Master Data 4.0'.'Task Type'), it gave me the task type that I need, but how can I create another drop-down menu that shows the information related with that task?

For Example Task Type: Play futbool, (New dropdown): Monday, Wednesday. All that I need to filter is choice type.

 

 

  • Community Power Platform Member Profile Picture
    on at
    Re: filter choices using dropdown

    All working perfect, thank you for your help.

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: filter choices using dropdown

    Hi @Anonymous ,

    Could you please share a bit more about the 'RTR Workflow Master Data 4.0' data source? Is it a SP List?

    Does your another Dropdown box also connect to a Choice type column?

     

    I assume that the  'RTR Workflow Master Data 4.0' data source is a SP List, and the another Dropdown also connects to a Choice type column, is it true?

     

    I have made a test on my side, please take a try with the following workaround:

    Set the Items property of your second Dropdown box to following:

    Filter(
     Choices('RTR Workflow Master Data 4.0'.'AnotherChoiceField'),
    Value in ForAll(
    Filter('RTR Workflow Master Data 4.0', 'Task Type'.Value = FirstDropdown.Selected.Value).'AnotherChoiceField',
    'AnotherChoiceField'.Value
    ) )

    Note: The FirstDropdown represents the first Dropdown box in your app, whose Items property set to Choices('RTR Workflow Master Data 4.0'.'Task Type'). The 'AnotherChoiceField' represents the another Choice field in your data source, which you want to display in your second Dropdown box.

     

    More details about the ForAll function, please check the following article:

    ForAll function

     

    Please take a try with above solution, then check if the issue is solved.

     

    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35