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 Apps
Unanswered

Book A room Issues

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

HI,

 

I have a problem with Book a room templet in office 365. Its only show one room not all room in Outlook.

Even when the rest of the rooms are avaliable 

 

No code error, all data source connected.

 

Any help.

CapturePowerApp.JPG
Categories:
I have the same question (0)
  • v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

    Did you make some changes to the sample app?
    I've made a similar test but not met the same problem like your description.86.PNG

    Please check the formula about this gallery:

    Set(CalendarFromSelectMeeting, false);
    If(DateTimeRoomChange,
     Set(AvailableRoomsCounter, 1);
     UpdateContext({ShowLoading: true});
     Set(RoomsLeft, Blank());
     Set(DateTimeRoomChange, false);
     If(!NoRoomsList,
     ClearCollect(AllRooms, Office365.GetRoomsInRoomList(ChosenLocation.Address).value)
     );
     If(CountRows(AllRooms) > 20,
     Set(AllRoomsConnector, Concat(FirstN(AllRooms, 20), Address & ";")),
     Set(AllRoomsConnector, Concat(AllRooms, Address & ";"))
     );
    
     ClearCollect(AvailableRooms, Office365.FindMeetingTimes({RequiredAttendees: AllRoomsConnector, IsOrganizerOptional: true, 
     Start: StartDateTimeUTC, End: EndDateTimeUTC, MeetingDuration: DateDiff(StartDateTime, EndDateTime, Minutes),
     MinimumAttendeePercentage: "1", ActivityDomain: "Unrestricted"}));
    
     ClearCollect(AvailableRoomsSorted, SortByColumns(First(AvailableRooms).MeetingTimeSuggestions, "Confidence", Descending));
    
     ClearCollect(AvailableRoomsConcat, Concat(Filter(First(AvailableRoomsSorted).AttendeeAvailability, Availability = "Free"), 
     Attendee.EmailAddress.Address, ","));
    
     ClearCollect(AvailableRoomEmails, Split(First(AvailableRoomsConcat).Value, ","));
    
     ClearCollect(AvailableRoomEmailName, AddColumns(RenameColumns(AvailableRoomEmails, "Result", "Email"), "Name", 
     LookUp(AllRooms, Email = Address).Name));
    
     UpdateContext({ShowLoading: false});
     Set(RoomsLeft, CountRows(AllRooms) - 20 * AvailableRoomsCounter)
    )

    Best regards,

    Community Support Team _ Phoebe Liu

     

     

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 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard