I have a nested gallery setup and if I do not add the filter to remove a specific criteria it works great.
I am trying to add the following to not include Meeting Minutes in the Parent Gallery, I already have it working in the Child.
GroupBy(
AddColumns(
Filter(
Documents,
Group.Value <> "Meeting Minutes"),
"GroupedBy"
),
"GroupedBy",
" GroupedItems"
)Any help would be appreciated.

Report
All responses (
Answers (