
I'm trying to create a Gallery based on one SharePoint List - I need it to filter based on 'patient number' which is a lookup from a separate list. When the item is found, I would like the arrow to go to a display/edit screen for that item. Beginner to powerapps so this may be simple.
I've tried to use a value in the fields in the gallery but can't find work out how to use the lookups from the separate list.
Thanks for any steps, directions.
Hi @Bonniedog2 ,
Do you want to display this item when you click the arrow in the Gallery?
Arror->OnSelect:
Navigate(Screen)
Insert a form in the Screen you navigate.
Datasource:
The SharePoint List.
Items:
Gallery.Selected
Hope this will help you,
Best Regards,
Tina