I'm trying to create something similar to the Book a Room template app, but I'm not getting very far. I am trying to get a collection of rooms to fill of our organizations conference rooms. I copied some code from the Book a Room app, but I keep getting a blank collection. Any advice is greatly appreciated.
Code, run at app start:
ClearCollect(AllRooms, Office365.GetRoomLists().value);
Data Sources:
Office365
Office365Users