Hello, I'm trying to create a rather complicated application on Power Apps. The purpose of my application is to reserve an office for a date.
I have a SharePoint list that looks like this:
This SharePoint list stores all office reservations.
"Name" column: Type People Picker (Indicates the name of the person who booked the room)
"Date" column: Type Date (Indicates the date of the reservation, chosen on the calendar screen on power apps)
"Number_Office" column: Number type (Indicates the office number reserved by the user)
This is how my Power Apps app looks:
My first screen is a calendar screen. I would like that when the user clicks on the "Continue" button, it redirects him to the second screen so that he can reserve an office on the chosen date.
The second screen contains an image of a room with several desks. When the user has chosen a date on the previous screen, I would like it to automatically redirect him to this page. To choose a desktop, I'd like them to simply click on a blue circle.
Thank you in advance for your help. I can't get what I want at all 😞