Hi Everyone,
I am trying to filter a select amount of groups a user is an owner for.
However with the script shown below:
Set(
CurrentGroupId,
Office365Groups.ListOwnedGroups().value
);
Set(
FilterGroupId,
Filter(
CurrentGroupId,
id in 'company groups'.Title
)
)
the current group ID consist of 30 different groups the users is an owner for. However it does not contain the group I am looking for. Is there any reason why a group the user is an owner for does not show up with this script? The effect of this is that the FilterGroupID variable remains empty as it filters for the correct group IDs.
Would love to get some help here.
Thanks in advance.

Report
All responses (
Answers (