I have this formula for my Gallery item.
Switch(
User().Email,
"bienvenidoiii.tumamao@emerson.com", Filter('MSOL Analytics Tracker', ThisRecord.Name.Value = "Bien"),
"jun.menoza@emerson.com",Filter('MSOL Analytics Tracker',ThisRecord.Name.Value = "Jun"),
"zionemanuel.cruz@emerson.com",Filter('MSOL Analytics Tracker',ThisRecord.Name.Value = "Zion"),
"ghiafrancia.ballener@emerson.com",Filter('MSOL Analytics Tracker',ThisRecord.Name.Value = "Ghia"),
"airamejoy.bernardo@emerson.com",Filter('MSOL Analytics Tracker',ThisRecord.Name.Value = "Airame"),
"mayennnera.carpio@emerson.com",Filter('MSOL Analytics Tracker',ThisRecord.Name.Value = "Mayenn"),
"nolan.caprecho@emerson.com",Filter('MSOL Analytics Tracker',ThisRecord.Name.Value = "Nolan"),
"marialourdes.calma@emerson.com",'MSOL Analytics Tracker',
Filter('MSOL Analytics Tracker',
Or(IsBlank(Dropdown4.Selected), Name.Value = Dropdown4.Selected.Value),
Or( IsBlank(Dropdown4_1.Selected), PD.Value = Dropdown4_1.Selected.Value),
Or(IsBlank(Dropdown4_2.Selected), FY.Value = Dropdown4_2.Selected.Value)
)
)
The switch part is not working in OnVisible (dont know why) so i put them together
Initially it was just those dropdowns
How do I make these two formulas work together?
First part is working in Item gallery but the dropdowns, no after combining with the switch formula

Report
All responses (
Answers (