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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

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,828 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard