Hi All,
I wants to display data in gallery, for that i have created collection and applying the filter with few conditions.
I have a column Unit Approval in library with multiple emails and I want to apply filter, if logged in user's email belongs in Unit Approval column then only data will be display in gallery other wise no record found.
Please help on this.
Thanks in advance.
ClearCollect(
NewRecord,
Sort(
Filter(
'Libraryname',
Status.Value = "In-Process",
// How to implement logic here
),
Created,
SortOrder.Descending
)
);

Report
All responses (
Answers (