Hello, I am trying to create a nested gallery, where the first gallery displays the Categories and depending on the category selected it should go to a gallery that contains the Awards that fall within that category. for the filter on the second gallery (Awards gallery), I am trying to compare two different fields in two different tables in Dataverse. Table 1 is called Kudos Category, Table 2 is called Kudos Award. Kudos Award table has a lookup field called 'Kudos Category' that gets the category from the Kudos Category table, field name: 'Kudos Category Name' (which is a text input).
I have tried:
Filter('Kudos Category'= galKudosCategories.Selected.'Kudos Category Name')
Filter('Kudos Category'.Value = galKudosCategories.Selected.'Kudos Category Name'.Value)
and neither of them work