web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / SharePoint List Column...
Power Automate
Unanswered

SharePoint List Column-Person or Group Fields Using REST API with Power Automate for Multiple Value

(0) ShareShare
ReportReport
Posted on by 23

Hi, need a code to provide multiple values to a Person or Group column in SharePoint via Power Automate.

as of now I'm able to add only one User in the APPROVER Column.http.PNG

I need a code for Allow Multiple Values for a Person or Group Column dynamically.

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,189 Most Valuable Professional on at

    Hi @Ahemed,

     

    You could use the CreateFieldasXml method for this. In the SchemaXml you can use the Type UserMulti and set the Mult property to True.

     

    Below is an example

     

    Uri

    _api/web/lists/getByTitle('@{variables('ListName')}')/fields/CreateFieldAsXml

     

    Headers

    {
     "Accept": "application/json;odata=verbose",
     "Content-Type": "application/json;odata=verbose;charset=utf-8"
    }

     

    Body

    {"parameters":{"__metadata":{"type":"SP.XmlSchemaFieldCreationInformation"},"SchemaXml":"<Field DisplayName='Approver' Format='Dropdown' IsModern='TRUE' List='UserInfo' Mult='TRUE' Name='Approver' Title='Approver' Type='UserMulti' UserSelectionMode='0' UserSelectionScope='0'></Field>","Options":12}}

     

    createfieldasxml_method.png

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard