Hi guys,
I have a situation where we use the Office365Groups... in this example its related to MS TEAMS. Our users can be members of all kind of groups that exist or create their own for their own purpose. There are however few (about 10) groups that are on a higher level and should cover a whole department (for example HR, IT, Sales, ...etc)... lets call them Department groups.
When a user joins such group he can (within a SPO list ) choose a dropdown the list he wants to join ...I generate csv, powershell reads it and user gets in.
When user wants to leave, i am unable to show him the Department groups he is in. this command: Office365Groups.ListOwnedGroupsV2() can show you in which groups you are in, but i want to filter it for the Department groups... something like Distinct((Filter('Departments vs 365Group', "xy" exactin Title)),'Title') where xy would be replaced by "ListOwnedGroupsV2"... but somehow it wont work. any ideas?