I have a gallery linked to a data source "Stocks" which has an 'Item ID' attribute which is a Lookup to our "Items" entity, which has a 'Lab Team' attribute which is a Lookup to our "LabTeams" entity
I have a dropdown above my gallery populated with the distinct LabTeam values in my Dataverse table, which when selected I want to filter the rows in the gallery on
My issue is that my gallery data source "Stocks" has no 'Lab Team' field - how would I access this from the gallery to filter its records to include the selected dropdown value?