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 / Dropdown answers filte...
Power Apps
Answered

Dropdown answers filtering

(0) ShareShare
ReportReport
Posted on by 72

Hi, 

I would like to ask if somebody could help me with this problem. I have a form with 5 dropdown menus which are generated from the SharePoint list data. In my SharePoint list I have a lot of different choices so I wanted to make a way which would filter the possible answers from following dropdown menus based on the answer from previous one. 

 

Simply said: If I choose answer1 in dropdown1, it will filter possible answers in dropdown2. 

 

I have this code which I pasted in dropdown2 (Items property). It works well but if replicate the process to dropdown3 I get error.  

The part that is always red is: "Text(DataCardValue18.Selected.Value)". Could anybody please help me with it? 

Thanks 

 

If(
 Text(DataCardValue17.Selected.Value) = "FRONT";["X1"; "X2"; "X3"; "X4"; "X5"];
 Text(DataCardValue17.Selected.Value) = "REAR";["X6"; "X7"; "X8"; "X9"; "10"];
 []
)
Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @Dobryden 

     

    Try this formula,

     

    If(
    DataCardValue17.Selected.Value = "FRONT",
    ["X1", "X2", "X3", "X4", "X5"],
    DataCardValue17.Selected.Value = "REAR",
    ["X6", "X7", "X8", "X9", "X10"],
    []
    )

     

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • Dobryden Profile Picture
    72 on at

    Thanks for fast reply @Rajkumar_404,

    I tried it but now I am getting error on the part with Value (look on image attached). Is there any other way?

    Thanks for your help!

     

    img.png

  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    What is the column name type displayed following DataCardValue19.Selected.    ?

  • Dobryden Profile Picture
    72 on at

    Not sure what you mean by the "column name type". Could you be more specific please? 

    Thanks

  • Anousha Profile Picture
    34 on at

    Hi @Dobryden , instead of Selected.Value you should have options for the column names as specified above. If you remove .Value you should see the column options. 

    Here is a screenshot of your combobox columns.

    Anousha_0-1704723892740.png

    Here is a screenshot of the column options you should see.

    Anousha_1-1704723930573.png

     

     

  • Verified answer
    Dobryden Profile Picture
    72 on at

    Problem solved in the end. As I am European we have here slightly different syntax and sadly PowerApps wont tell you that. For reference: https://powerusers.microsoft.com/t5/Building-Power-Apps/Syntax-changes-according-to-language/td-p/502854 

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard