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 / Connecting different S...
Power Apps
Unanswered

Connecting different SharePoint lists to a gallery based on a dropdown

(1) ShareShare
ReportReport
Posted on by 121

I have created an app that has a calendar for 5 different locations, each one will potentially have around 900 records at any one point, i have tried to use 1 SharePoint list but have hit the delegable issue.

I use a Dropdown to display the relevant calendar location, 

 

My thought process is that if i can use multiple SharePoint lists this would solve my delegation issue,

 

My question is can i connect multiple SharePoint Lists to a Gallery based on a Dropdown?

 

Categories:
  • M_Ali_SZ365 Profile Picture
    1,110 on at

    Yes, you can connect multiple SharePoint lists to a Gallery based on a dropdown selection
    write this code in the item property dropdown 

    ["Location 1", "Location 2", "Location 3", "Location 4", "Location 5"]

    write this code in items of the gallery 

    Switch(
     Dropdown1.Selected.Value,
     "Location 1", CalendarLocation1,
     "Location 2", CalendarLocation2,
     "Location 3", CalendarLocation3,
     "Location 4", CalendarLocation4,
     "Location 5", CalendarLocation5
    )

    if it works the accept my issue and if not work then feel free to ask me 

     

  • Markswan20 Profile Picture
    121 on at

    Thanks for the quick reply, i can manipulate the fields to match the requirement, each of the lists are exactly the same how would i add a sort to the gallery to utilise the field across all called 'Job Time'?

     

    Thanks

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard