pnp / blog

holds all blogs published on the Microsoft 365 Platform Community blog
https://pnp.github.io/blog
MIT License
74 stars 105 forks source link

Populate SharePoint List multiple choice column with Microsoft 365 Group names #1960

Open utterances-bot opened 1 hour ago

utterances-bot commented 1 hour ago

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/

PerIngeH commented 1 hour ago

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'),',')