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 / Show room availability
Power Apps
Unanswered

Show room availability

(0) ShareShare
ReportReport
Posted on by 2,567

Hi

 

I'm trying to show a specific rooms availability. I want to display the rooms name and the current status of the room, busy/free.

I can get the data i want but it's in nested tables inside collections and I am having a hard time trying to extract the data i need.

 

What i want to achieve is check a specific room if it is available and display the name of the room and the status of the room.

 

 

 

Categories:
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @JimmyWork 

    It's going to be pretty hard to suggest solutions or options for you without having some information about the data you are working with.  If you can provide some sample of what you have (data) and what you are trying to do with it, and what you want for an end result, that would be beneficial.

     

  • JimmyW Profile Picture
    2,567 on at

    @RandyHayes Sorry about that, i did not provide any data due to i have been testing multiple ways of trying it but here is one.

     

    Set(StartDateTimeUTC, Now());
    
    ClearCollect(AvailableRooms, Office365Outlook.FindMeetingTimesV2({RequiredAttendees: DropdownSelectRoom.Selected.Address, IsOrganizerOptional: true, Start: StartDateTimeUTC,
    ActivityDomain: "Unrestricted"}));
    
    ClearCollect(AvailableRoomsSorted, SortByColumns(First(AvailableRooms).meetingTimeSuggestions, "confidence", Descending));

     

    Then in my gallery i set Items to: AvailableRooms

    ThisItem.Email to display the rooms email.

    First(First(First(AvailableRooms).meetingTimeSuggestions).attendeeAvailability).availability

    To display the rooms free/busy status

     

    But i can't get it to work as i always seems to get the rooms is free even if i book it.

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @JimmyWork 

    Sorry for my delay on this.  Are you still having the issue or have you resolved it?

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard