
I have a sharepoint list with a list of meals all available on a certain day. Now I'm making a PowerApp that should show all meals for next week, grouped by the day of the week. They can order their meal for the whole week through the app.
I've made a gallery with the days of the week (Monday - Friday) and inside this gallery I have a different gallery with all the meal options for that day.
My problem is that when I click the order button, I have trouble getting access to all the meals for every day, instead of just the first day.
I might be able to circumvent the problem by only using 1 gallery, using the GroupBy function and using listboxes, but that would make it a lot harder to get the layout that I want.
Any help is much appreciated.