Skip to main content

Notifications

Community site session details

Community site session details

Session Id : ku/zYnFA3myg6FMOfX9vC7
Power Apps - Building Power Apps
Answered

SIte arborescence from Excel framework

Like (0) ShareShare
ReportReport
Posted on 7 Nov 2022 14:48:25 by 5

Hello, 

 

I am trying to create a Power apps form and I want to connect an Excel framework. For example : 

 

FranceParisBooks
FranceParisDVD
FranceLyonBooks
FranceLyonMusic
BelgiumBruxellesDVD
BelgiumLiegeBooks
BelgiumLiegeMusic
BelgiumBrugesDVD

 

I want to have a dropdown with the countries. If I click on Blegium, I want to see a dropdown with the Cities. If I click on Liege I want to see a dropdown with Books and Music. If I click on books, I want to open a form. 
Can you tell me if it's possible or not ? And if it's possible, how to do this ? 

 

Gwen,

Categories:
  • Gwen78 Profile Picture
    5 on 18 Nov 2022 at 13:39:26
    Re: SIte arborescence from Excel framework

    Thank you ! It's very helpful 😀

  • Verified answer
    v-chengfen-msft Profile Picture
    on 09 Nov 2022 at 07:05:44
    Re: SIte arborescence from Excel framework

    Hi @Gwen78 ,

    Here is a test for your reference:

    Here is Excel table:

    vchengfenmsft_0-1667977531366.png

     

    Here is app:

    Set Dropdown1 ‘s items:  Distinct(Table1_2,countries)

    Set Dropdown2 ‘s items:  Distinct(Filter(Table1_2, countries = Dropdown1.Selected.Result),Cities)

    Set Dropdown3 ‘s items:  Distinct(Filter(Table1_2, Cities = Dropdown2.Selected.Result),'Books and Music')

     

    Set Form’s DataSource: Table1_2

    Set Form’s item: LookUp(Table1_2,countries=Dropdown1.SelectedText.Value && Cities=Dropdown2.SelectedText.Value&&'Books and Music'=Dropdown3.SelectedText.Value)

     

    vchengfenmsft_1-1667977531387.png

     

     

    Here is result:

    vchengfenmsft_2-1667977531390.png

     

    Best Regards

    Cheng Feng

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 68 Most Valuable Professional

#2
mmbr1606 Profile Picture

mmbr1606 41 Super User 2025 Season 1

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 38

Overall leaderboard