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 / How to create Cascadin...
Power Apps
Answered

How to create Cascading Dropdowns with Multiple List in Power Apps

(0) ShareShare
ReportReport
Posted on by 189

I'm creating an app where I want to cascade two dropdown lists, where different SharePoint lists.

 

infinitepp_2-1678203989976.png

 

The First Dropdown list: dd_roomNo connect with tbl_roomNo

The Second Dropdown list:  dd_period 

infinitepp_1-1678203615377.png

 

in dd_period I already managed with the following code

 

Filter(
 tbl_period,
 Not(
 period in tbl_register.Time_Reserve && Text(
 Now(),
 "dd/mm/yyyy"
 ) in tbl_register.convertDate
 ) And TimeValue(
 Concatenate(
 Left(
 Substitute(
 period,
 ".",
 ":"
 ),
 5
 ),
 Right(
 period,
 1
 )
 )
 ) > TimeValue(Now())
)

 

 

I would like to add a new condition,

If the user selects room No.1 in dd_roomNo, the Expected result should be dd_period will show just the period that is not reserved in Room No.1. 

 

How could I filter the second dropdown?

 

Thanks in advance.

 

Categories:
I have the same question (0)
  • Verified answer
    infinitepp Profile Picture
    189 on at

    I found the solution already.

    The solution is add a new condition in Not ( dd_roomNo.Selected.Value in tbl_register.room && .....) and It's Work!

    Filter(
     tbl_period,
     Not(
     dd_roomNo.Selected.Value in tbl_register.room &&
     period in tbl_register.Time_Reserve && Text(
     Now(),
     "dd/mm/yyyy"
     ) in tbl_register.convertDate
     ) And TimeValue(
     Concatenate(
     Left(
     Substitute(
     period,
     ".",
     ":"
     ),
     5
     ),
     Right(
     period,
     1
     )
     )
     ) > TimeValue(Now())
    )

     

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard