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 / Book a Room upcoming e...
Power Apps
Unanswered

Book a Room upcoming events

(0) ShareShare
ReportReport
Posted on by 2

Hello,

We use the Book a Room template app to reservate our meeting rooms. 
Now im making a app next to it where i can see the upcoming events for each meeting room.
So the idea is to place a tablet on the wall of each meeting room where u can see who have a reservation right now an the 4 upcoming reservations. like the screenshot but then without the book button. 

The only thing i dont know is how i can see the 5 upcoming events and what connector do i have to use for it?
Btw i dont want the see the title of the meeting but i want to see the persons who booked it. So that not the whole company can see what meeting it is.

Can u guys help me further?


Naamloos.png
Categories:
I have the same question (0)
  • WiZey Profile Picture
    3,023 Moderator on at

    Hello @BasvandenBerg ,

     

    As I have no idea how you created your app, all I can do is give you a few tips to help you progress on your own.

     

    Basically, you should have a table (let's say you have a SharePoint list) where all events are listed with their location, their duration and their starting date & hour.

     

    You want to list only the events related to the meeting room, the current or next events as well as the five or less next events following the first.

     

    First, you want to get a list of all events of the meeting room, hopefully only the ones who will happen in the future while ignore the ones that already happened. 

     

    Second, you must somehow get the current event. For that you need to set a datetime as a starting point in your search and return the first event occurring after given datetime.

     

    Finally, in addition to the current event, you also want to get the five upcoming events.

     

    Now that each point has been clearly established, you can start writing the corresponding formula in PowerApps.

     

    1. Get all future events of the meeting room

    Filter(Events, MeetingRoom = "NameOfMeetingRoom", StartDate >= Now())

     

    2. Only the next event

    First(Sort(Filter(Events, MeetingRoom = "NameOfMeetingRoom", StartDate >= Now()), StartDate))

     

    3. The next event and the five upcoming events

    Firstn(Sort(Filter(Events, MeetingRoom = "NameOfMeetingRoom", StartDate >= Now()), StartDate), 6)

     

    On another note, you want to use the connector corresponding to your database. If you're using a SharePoint list, you should use the "SharePoint" connector. If you're using an Excel Sheet, you should use the "Excel" connector. etc.

     

    Hope this was helpful to you.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard