Hello there,
I am creating a parking reservation app, where I want the parking spot owner to free his spot (during wfh) for a range of days.
The tricky thing that I am trying to implement though, is that the range should not be a single record (i.e. available from November 1st to 5th November).
Instead, I want the owner to free the position and on the SharePoint list to record 4 separate records (sorry for the EU dates)
1/11-2/11
2/11-3/11
3/11-4/11
4/11-5/11
So there should not be two columns like this:
Available from | Available to
1/11 | 5/11
instead what I would like is :
Available from
1/11
2/11
3/11
4/11