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 / GetRoomsInRoomList - h...
Power Apps
Answered

GetRoomsInRoomList - how to use

(3) ShareShare
ReportReport
Posted on by Microsoft Employee

I'm trying to run the following:

 

ClearCollect(AllRooms, Office365.GetRoomsInRoomList("1stfloormeetingroomright@gmail.com")

 

Where 1stfloormeetingroomright@gmail.com is a valid meeting room.

However, it returns no results.

ErrorResolutionNameNoResults.

No Results Found.

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

    Hi @Anonymous ,

    Do you want to Get rooms in room list?

    If so, I suggest you not use GetRoomsInRoomList function.

    This action has been deprecated. Please use Get rooms in room list (V2) instead.

    Try this formula:

     

    Office365Outlook.GetRoomsInRoomListV2(Room list address)

     

    Also, since "1stfloormeetingroomright@gmail.com" is considered a valid meeting room list in your formula, I suggest you use Office365Outlook.GetRoomListsV2() function to check whether you have this room list address.

    You could use this formula to get all  the room lists value:

     

    Office365Outlook.GetRoomListsV2().value

     

    It will return a table with the data of all the room lists in your talent, with two fields: Address, Name.

    You need to use one of the Address value of this table in your Office365Outlook.GetRoomsInRoomListV2() function.

    Here's a doc about this connector for your reference:

    https://docs.microsoft.com/en-us/connectors/office365/#get-room-lists-(v2)

     

     

     

    Best regards,

     

  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello @v-yutliu-msft ,

     

    Thank you for the reply.

    Unfortunately, we cannot use GetRoomLists, because we have more than 100 rooms in the tenant, and it doesn't return all of them.

    Our aim was to get all the rooms from the 1st floor.

     

    We did solve this by creating a distribution list in the tenant with attribute -RoomList.

    We then added 1stfloormeetingroomright@gmail.com in the distribution list 1stfloor@gmail.com.

     

    After that, if we call

     

    ClearCollect(AllRooms, Office365.GetRoomsInRoomList("1stfloor@gmail.com")

     

    it will bring only the rooms from the 1st floor (which are less than 100).

     

    Thanks,

    Ovidiu

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 392

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 271 Super User 2026 Season 1

Last 30 days Overall leaderboard