Hi,
I have a problem. How do I use lookup or some other function to return all the rows in my list? I want to use this function to filter the gallery but when I use the function below it only contains the first row for me. The first column is person and the second one is choice.
Filter( 'Stan GMP', LookUp( Places, PersonPlace.Email = User().Email ).MiejscePlace.Value = Miejsce.Value )
Thanks