I have this formula and it works great except I need to to filter for the year 2022
If(IsEmpty(ComboBox2.Selected.Title),
Blank(),
LookUp(ChairSurvey_1, 'Meeting Group'= ComboBox2.Selected.MeetingName , ChairPerson.DisplayName )
)
I tried to add && 'Service Year'=2022 but that didnt work and I am not sure how to get this to work.