
Announcements
Hi
Is there a way I can create a bookings app that will not allow further bookings when the resource is full
So a sharepoint list would contain the list of available places and countdown until it is 0
For something like this
Hi @Quietman99,
Yes, I think this would be possible.
The high level approach could be:
- Create a button flow which books a place (create item in a separate registration list) and decrements the places available column value in the bookings list
- Create a Book a Place button column to launch the flow
- Create a conditional formula to hide the Book a Place button when the places available value equals 0