Hi everyone,
I was designing a page in which I used a tab container with a variable varTabSelected (created by me). I used a gallery inside the main tab container and for Items property used the following expression or code:
If(varTabSelected = 1, 'Service Desk',Filter('Service Desk', 'Created By'.Email = User().Email))
So in the SharePoint List I have 3 tickets that are assigned to me and other three are assigned to different users. So the expected result is in my tickets only 3 records should be shown but instead I am getting all the records in both the tabs.
All Tickets (Displays 6 records: total)
My Tickets:
Condition:
So what is going wrong?

Report
All responses (
Answers (