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 / PowerApps form with ca...
Power Apps
Answered

PowerApps form with cascading dropdowns from SP lookup columns

(0) ShareShare
ReportReport
Posted on by 21

Hi all!

I'm desperate for some help here.

I have a form that links to a SP list called 'Info Items'. In that form I have two lookup columns. The first column 'KeyArea' pulls from the Title column of the 'KeyAreas' list and the second column 'SubArea' pulls from the Title column of the 'SubAreas' list. The 'SubAreas' form also has a lookup column the pulls the same 'KeyArea' list.

dfarrar_0-1626604698321.png   dfarrar_1-1626604732568.pngdfarrar_2-1626604821509.png       

dfarrar_0-1626606902398.png

 

 

I have tried so many different combinations of functions, e.g.:

  • Filter(Choices([@InfoItems].SubArea),DataCardValue2.Selected.Value in SubAreas.KeyArea)
  • Filter(SubAreas,DataCardValue2.Selected.Value in KeyArea.Value) - This gives me the correct data in the dropdown but won't let me write it back to the 'InfoItems' list.
  • Filter(Choices([@InfoItems].SubArea),Value in Filter(SubAreas, DataCardValue2.Selected.Value in KeyArea.Value))

Any suggestions will be greatly appreciated.

Thanks!

Categories:
I have the same question (0)
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @dfarrar

    Filter(SubAreas,KeyArea.Value=DataCardValue2.Selected.Value).Title

    And also below are MS articles for dependent dropdown

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/dependent-drop-down-lists

     

     

  • dfarrar Profile Picture
    21 on at

    No luck I'm afraid. The dropdown works, but it won't write it back to the lookup field in SP.

  • Verified answer
    dfarrar Profile Picture
    21 on at

    Never mind. I fixed it with:

    Filter(Choices([@InfoItems].SubArea),Value in Concat(Filter(SubAreas,DataCardValue2.Selected.Value in KeyArea.Value),Title & ";"))

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

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard