I have the main Gallery and 3 other galleries for filter
M trying to filter the main gallery based on the title selection of the other three gallery
Tried the below logic but didn't worked
If(
Title7 = Gal1.Selected.Title7,
Filter(
'MYSPLIST',
City.Value = Gal1.Selected.Title7.Text
),
Title5 = Gal2.Selected.Title5,
Filter(
'MYSPLIST',
Country.Value = Gal2.Selected.Title5.Text
),
Title2 = Gal3.Selected.Title2,
Filter(
'MYSPLIST',
State.Value =Gal3.Selected.Title2.Text
)