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 get Resource ro...
Power Apps
Answered

How to get Resource room's all bookings to table or gallery

(0) ShareShare
ReportReport
Posted on by 36
Hello everyone,
 
This is scenario,
 
 
 
Set the Items proeprty of the RoomDropdown (Dropdown1) box to following:
Office365.GetRoomsV2().value
set the Items property of the CalendarDropdown (Dropdown2) box to following:
Office365.CalendarGetTablesV2().value
Add a Data Table, set the Items proeprty to following:
Filter(
    Office365Outlook.V2CalendarGetItems(Dropdown2.Selected.Name).value,
    (Location = Dropdown1.Selected.Name || IsBlank(Dropdown1.Selected.Name)) &&
    (Start <= Now() || End >= Now())
)
 
I need to view all the bookings for the selected room, but the current implementation only shows a few bookings. Can anyone help me fix this issue, please?
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,454 Most Valuable Professional on at
    The first one should be 
    Office365Outlook.GetRoomsV2().value
    and the second one is correct as you have it (ensure you display name, not id in the dropdown) and gives you a list of your Calendars.
    Office365Outlook.CalendarGetTablesV2().value
    Your Gallery (much more flexible than a Data Table) display would be (although I am not sure on the logic of the last line) - note Lower Case n in name
    Filter(
       Office365Outlook.V2CalendarGetItems(Dropdown2.Selected.name).value,
       (Location = Dropdown1.Selected.name || Len(Dropdown1.Selected.name) = 0) &&
       (Start <= Now() || End >= Now())
    )
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee
  • WarrenBelz Profile Picture
    156,454 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for or if you need further assistance.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn   

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
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard