Hi everyone,
I am trying to create a screen where there's a gallery connected to a SharePoint List, In this SharePoint List, there's a column that lists who created the entries, I want to Filter this gallery to show only the entries of the current user logged in in the system, also the user can add another filter either to show only pending for approval, approve, or show all records under his name.
ill also have try this:
hi @mmbr1606
the apps still can't fine any data. could it be some setting at data source need to be change?
hey @Khairul_Amri
try this:
Filter(
ColDMAT,
('Created By'.Email = varUser.email || 'Modified By'.Email = varUser.Email) &&
(
IsBlank(ComboboxCanvas2.Selected.Value) ||
IsEmpty(ComboboxCanvas2.SelectedItems) ||
ComboboxCanvas2.Selected.Value = "All" ||
'Request Status' = ComboboxCanvas2.Selected.Value
)
)
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional