
Hi All,
I'm new to PowerApp, hence need some ideas and any sample to help me.
Scenario:
I need to allow the user to
1. Select the Date
2. Select the number of slots. Min: 1 and Max: 8 from a Dropdown
3. Multi select the timeslots populated in the Listbox. This should allow the user to select and time items but not more than number of slots selected in the Dropdown.
Ex: In step 2 above if the selected slot is 2, then limit the user to select any timeslots not more than 2
4. The user has to repeat this for all 6 days in a week and must be stored in the SharePoint List.
Ex: The user selected date = 01/02/2022 and number of slots = 2 and timeslot selected in the Listbox = 10:00 AM - 11:00 AM and 12:00 PM - 1:00 PM, hence the records must be stored as below in SharePoint List.
| Date | Slots | Timeslot |
| 01/02/2022 | 1 | 10:00 AM - 11:00 AM |
| 01/02/2022 | 2 | 12:00 PM - 1:00 PM |
If you have a better idea for above scenario, then please do suggest.