I am currently Filtering my gallery as follows:
Filter(TestDominic2,Lower('Created By'.Email)=Lower(User().Email))I would like to also now filter further based on the choice from a drop down control i have created from a SP choice column: Choices(TestDominic2.'Review Status')
Thanks in advance