how to create a time slots of duration 30 mins and if the time slots are booked it should show a message to the user saying the slots are allraedy booked

0
created a project to book a doctor ,in a page created a cards for different doctor now if the user clicks on the book now button in each card the popup form must appear with the doctor name of selected card and the form mus alos contain fields to enter usre name and time slots of duration 3o mins 12 slots in each card each card must have duration of 30 mins if the slots are boked and if user selects on that slot it must show the message the slots are already booked .please help with creating the logic for this . 
asked
1 answers
0

hi,

 

You can use the Microsoft Timer in the Marketplace. When you open the card, a microflow can be created that will trigger after 30 minutes.

For the slot, you can add a microflow to the event change object and put a check before commit.

 

Microsoft Timer : https://marketplace.mendix.com/link/component/27

answered