Hello everyone,
I would like to seek your help. I am building a reservation app for an office space. How do I set a limit (ex. only 10 people per day)? Here are the variables, and connectors I used.
1. First the user needs to select a date in the calendar. The variable I used for this is selectedDate.
2. After selecting a date, they need to select a start time and an end time. The variables I used for the two are startTime and endTime.
3. Captured data will then be stored in a Sharepoint list with the following columns (CheckInTime, CheckOutTime, CheckInTimeText, CheckOutTimeText, CheckinTimeNumber, CheckOutTimeNumber).
I don't need the users to select a certain seat as it is a free-sitting environment. I just want to ensure that when they select their desired date and time, it does not accept their booking anymore if the count for that selected date and time is already beyond 10 users. I'm sorry if this question has been asked before, I tried to search the forum but none of them suits my needs. I hope someone here can help me how to get around this query.
Thank you very much. I have attached some screenshots for reference.