blog icon indicating copy to clipboard operation
blog copied to clipboard

Populate SharePoint List multiple choice column with Microsoft 365 Group names

Open utterances-bot opened this issue 1 year ago • 1 comments

Populate SharePoint List multiple choice column with Microsoft 365 Group names

In this article you will learn how to populate a SharePoint List multiple choice colum with M365 Group names

https://pnp.github.io/blog/post/how-to-populate-sharepoint-list-multiple-choice-column-with_m365-groups.md/

utterances-bot avatar Oct 25 '24 11:10 utterances-bot

For the Group Names, you can also use a Select, that way you would get rid of the Apply to Each. Select: List Groups(list of items) and switch to manual input and set the item()?[name] If you need a comma seperated list, use a compose and expression: join(Select('output'),',')

PerIngeH avatar Oct 25 '24 11:10 PerIngeH