Hello
I have 2 SharePoint List
SP1 (column names)
cEmail
ID
FName
LName
SP2
Email
Items
Amount
SP1 is displayed to Gallery1
ThisItem.ID (labelID - name of the object)
ThisItem.cEmail (labelEmaill - name of the object)
If Gallery1 is selected
ClearCollect(MyCollection, Filter( SP2, Items = labelItem.Text && Email = labelEmaill.Text))
Issue:
When I add the " && Email = labelEmaill.Text " it not working or not filtering, but when I removed the Email, it shows all the Items that is equal to labelItem.Text