Hey, Sorry for starting another thread, but this problem is really frustrating.. I already created a list of restaurants. By clicking on “page”, a new Page should open, where you can see the menu of the restaurant. Thats the point were I’m stuck, since the “page” button doesn’t work. This is how it looks: https://www.youtube.com/watch?v=EeRCfIrECpA I’d be very grateful, if someone could help!
asked
Shayan Partajli
2 answers
0
You appear to be adding the button to the page in a list view inside the restaurant list view. What I would do:
Remove the list view on the right side of the page
Create the page with a menu page parameter that will show your menu
Open the properties of the “Show menu” button and make it show a page. Select the page you created above.
Since you have a one-many association between restaurant and menu, you will need to figure out if you want to show all of the menus on the page, or retrieve only one (e.g. the most recently updated one). Depending on your choices here you might need a microflow to retrieve the applicable menu before showing it on the page.
answered
Eline Bijkerk
0
Your issue here is that you don’t have any Menu objects that are associated with Restaurants. This is why you are getting in the menu list in each restaurant an empty list “No results found”. You will need to create Menu objects and associate them with restaurants.