Hi all,
First the situation: 2 sharepoint lists (1 is a daily checklist, the 2nd is a list of multiple reports as a result (or addon if you will) on the checklist.
Im working on a canvas app where both lists are connected, collegea's fill in the daily checklist (list 1) and can add multiple reports (list 2).
Now i want a screen in the app with 1 Viewform and 1 gallery, where they can view the details of a checklist (selected from the maingallery) in the viewform and i would like it that on that same screen, in the gallery, they get an overview of the reports (2nd sharepoint list) where made on that same date.
I am guessing i need to use the Lookup function, but am at a loss how to populate it.
To get from the main gallery to the details screen im using this Onselect command on the button:
Navigate(Details1,ScreenTransition.None,{info:'Linker overzicht'.Selected.ID}).
The info part is because i want them to be able to press only on the > button and not on the gallery itself (as it is with default gallery layout).
Screenshot 1: main gallery (from here, on the left they can select a checklist to view the details of)

Screenshot 2: The details screen, on the left they get the info from a selected checklist, on the right i would like to see the entries from List 2 which where created on the same date as the selected checklist.
