bookng app using microflow

0
hello expert, I'm making a booking app How do I display which rooms I have available I know the logic, first check the date and time that was entered in the database whether it already exists or not, if it is there then display the room that has not been selected by that date and time what I don't understand is how to implement it to microflow
asked
1 answers
0

Hi Rizky,

Have you considered adding a status for your rooms (booked, available, etc)?

 If you have a status, you then can use an xpath to retrieve all rooms that are booked.

 

answered