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 / how to clear a person?
Power Automate
Answered

how to clear a person?

(0) ShareShare
ReportReport
Posted on by 62

suthichaia_0-1635089329417.pngsuthichaia_1-1635089373296.png

I tried it but it didn't work.

Categories:
I have the same question (0)
  • Verified answer
    Ellis Karim Profile Picture
    11,937 Super User 2026 Season 1 on at

    Although there may be other ways to do this, it can be done using a HTTP request to SharePoint:

    ekarim2020_0-1635104864703.png

     

    Uri:
    _api/web/lists/GetByTitle('People')/items(69)
    
    Headers:
    {
     "IF-MATCH": "*",
     "X-HTTP-Method": "MERGE",
     "Content-Type": "application/json;odata=verbose",
     "Accept": "application/json;odata=verbose"
    }
    
    Body:
    {'__metadata':{'type':'SP.Data.PeopleListItem'}, 
    'PMStringId':'',
    'PMId':-1
    }

     

    Here is an example of clearing the PM field from a SharePoint List called People. The list item ID is 69:

    2021-10-24_20-31-09.png

    Use the internal name for the Person field, not the display name.

    2021-10-24_20-54-03.png

     

    For more info please see:


    Ellis

     


    ____________________________________
    If I have answered your question, please mark the post as Solved.
    If you like my response, please give it a Thumbs Up.

  • suthichaia Profile Picture
    62 on at

    Flow run failed
    suthichaia_0-1635119056069.pngsuthichaia_1-1635119160499.png

     

  • suthichaia Profile Picture
    62 on at

    Flow run failed
    suthichaia_0-1635119056069.pngsuthichaia_1-1635119160499.png

     

  • Ellis Karim Profile Picture
    11,937 Super User 2026 Season 1 on at

    To do the clear operation, you must know the correct ListItemEntityTypeFullName property of the list and pass that as the value of type in the Send an HTTP request to SharePoint body.

     

    It seems that the ListItemEntityTypeFullName property value SP.Data.BTToolsDataListItem specified in the flow may not be correct.

     

     Use the following rest call to get the ListItemEntityTypeFullName

    ekarim2020_0-1635153258561.png

     

     

     

    Uri:
    _api/web/lists/GetByTitle('People')?$select=ListItemEntityTypeFullName
    
    Headers:
    {
     "Accept": "application/json;odata=nometadata"
    }

     

     

     

    Then examine the runtime output of the request to get the text for the ListItemEntityTypeFullName

    2021-10-24_20-47-22.png

     


    Ellis
    ____________________________________
    If I have answered your question, please mark the post as Solved.
    If you like my response, please give it a Thumbs Up.

  • suthichaia Profile Picture
    62 on at
    I can do it. I really appreciate all the hard work you’ve done to help me.

     

    suthichaia_0-1635171631201.png

     

  • smorley Profile Picture
    546 on at

    @ekarim2020 I'm going to add to the pile.  I'm getting the error of:
    A type named 'SP.Data.Loan_x0020_ManagerListItem' could not be resolved by the model. When a model is available, each type name must resolve to a valid type.

    The name of my list is "Loan Manager" so I added the '_x0020_"

    smorley_1-1681136110005.png

     

    Based on your post, here is the body of the http action:

    {'__metadata':{'type':'SP.Data.Loan_x0020_ManagerListItem'},
    'CurrentOwnerStringId':'',
    'CurrentOwnerId':-1
    }

     

    The internal name of my people/group field is "CurrentOwner" without any spaces.

     

    Any help that you could give would be greatly appreciated.

  • Ellis Karim Profile Picture
    11,937 Super User 2026 Season 1 on at

    Hi @smorley 

     

    Confirm you have the correct ListItemEntityTypeFullName for the list "Loan Manager". 

     

    Please see section 5. How to CLEAR a People column using Power Automate of the post 🚹SharePoint People Column : How to Update and Patch in Power Automate and Power Apps and confirm you have the correct ListItemEntityTypeFullName for the list "Loan Manager".

     

    This post shows how to CLEAR a People column using Power Automate:

    • Get the ListItemEntityTypeFullName
    • Clear a SINGLE select People column
    • Clear a MULTI-SELCT People column

    Hope this helps.


    Ellis
    ____________________________________
    If I have answered your question, please mark the post as ☑️ Solved.
    If you like my response, please give it a Thumbs Up.
    My Blog Site

  • smorley Profile Picture
    546 on at

    Solved @ekarim2020 - there was a different internal list name.  I did find out  that you need _x0020_ if your name has spaces.

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard