I have a screen that contains details (labels) from a selected gallery item, AppListGallery. The AppListGallery's datasource is a SP list named 'Application Master List'. The lables on the detail screen currently have the following formula:
AppListGallery.Selected.Title
I have another gallery that uses a SP list, Pinned Applications, and links to the AppListGallery by Title. I want to be able to use the same screen and lables for both galleries, using the 'Application Master List' datasource, but don't know how to modify the lable formula to include multiple galleries.