Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
utterances-bot opened this issue Oct 25, 2024 · 1 comment

Comments

@utterances-bot
Copy link

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/

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants