I've got two Galleries displaying data from a EventRegistrantsDataCollection/EventRegistrantsDataList.
Gallery 1:
Items: EventRegistrantsDataCollection
CompanyName: ThisItem.CompanyName
Gallery 2 is filtered based on the 'CompanyName' that is chosen in Gallery 1.
Gallery 2:
Items: Filter(EventRegistrantsDataCollection,CompanyName=RegistrantReviewHeaderGalleryCompanyNameFld.Text)
CategoryType:
Text: ThisItem.PSMCategoryType

The default first option is correct.
However, when I use the 'navigation' button in Gallery 1 to go to the next business name in Gallery 1 the data in Gallery 2 does not update to the data associated with the newly chosen 'CompanyName' in Gallery 1.