Development

0
I have created a home page in that homepage I have taken three buttons like library, auditorium and laboratory by clicking on that buttons user have to see a form to book the particular room
asked
1 answers
0
  1. Create your form using room entity as a parameter
  2. Make the buttons call a microflow or a nanoflow (depending on the use case)
  3. In the microflow, retrieve the appropriate object from your database
  4. Use a “show page” action that points at the page you created in step 1 and pass the object along as a page parameter
answered