I created a column of Lookup type in my SP List called "Product" that can contain several products chosen for the same item in that list and I created a powerapps that connects to this list.
I want in my powerapps the user to be able to choose a certain product in a dropdown and for the app to bring in a gallery, only the rows of the SP list that contain the product chosen by the user.
I'm trying to do it using this code, but I'm getting an error:
Filter(MyList; dropdown.Selected.Value in Product)
Can someone help me?