Let's POWER Automate

From no-code to low-code

Menu
  • Expressions
  • Filters
  • General
  • Application specific solutions
    • Dataverse
    • Excel
    • Forms
    • Outlook
    • Planner
    • Power Apps
    • SharePoint
    • Teams
  • Triggers
  • Ready to use solutions
    • Approval Process Template
    • Task Delegation App
    • The Ultimate Power Automate expressions cheat sheet
    • Power Automate HTTP requests to SharePoint cheat sheet
    • Power Automate HTTP requests to Graph API cheat sheet
  • ABOUT ME
  • Get help with your flow
  • POWER PLATFORM SERVICES
Menu

How to clear SharePoint people picker column in Power Automate

Posted on March 10, 2024March 10, 2024 by Tom

“I want to remove user from the SharePoint people picker once they approve, but Power Automate update won’t clear that column!”


The easiest way to update SharePoint items in Power Automate is to use the ‘Update item’ action. You select the site and list, tell it which item ID to update, and define the column values. Yet there’s one situation where it’s not that simple – emptying people picker column. No matter what value you use, empty or null, it just won’t remove the user!

Clear single people picker column

You can recognise a single people picker column by the ‘Claims’ word in the column name. If it expects just one user it’ll ask only for an email address. But if you keep the field empty, or try to update it to a null value, it’ll do nothing.

To clear the people picker you’ll need an HTTP request, the ‘Send an HTTP request to SharePoint’ action with the configuration below. Since you want to clear the field, use an empty value.

Method: POST

Uri: _api/web/lists/GetByTitle('<ListName>')/items(<ItemID>)/validateUpdateListItem

Body:
{
    "formValues":[
	{
	    "FieldName": "<ColumnInternalName>",
	    "FieldValue": ""
	}
    ]
}

Note: <…> are placeholders, replace them including the < and >. For the FieldName use the column internal name.

Power Automate clear people picker

Clear multiple people picker column

Things are a lot easier with the multiple people picker column. As already explained, all multiple selection columns expect an array. Not just a single email, but one or more objects in a specific format in an array. As such, the approach to clearing these columns is much more straightforward – you can do it with the ‘Update item’ action.

Use the ‘null’ expression or an empty array and the column will be cleared, e.g.

Power Automate clear people picker

Just don’t forget to switch the column to the input entire array mode!

Summary

As you can see, it depends whether it’s a single or multiple people picker when you want to clear it in your Power Automate flow. And this time it’s the multiple people picker that’s easier to work with. If it’s just a single person you’ll need an http request.


πŸš€ Master Power Automate

Join 2,000+ professionals getting actionable Power Automate tutorials, solutions, cheat sheets & tips every week.

No spam. Unsubscribe anytime.

3 thoughts on “How to clear SharePoint people picker column in Power Automate”

  1. Jan Potyka says:
    September 27, 2024 at 5:41 pm

    Spent a full day looking for this simple solution. Even chatgpt refused to help 😁.

    Diky moc!

    Reply
  2. Waylon says:
    December 21, 2024 at 3:48 am

    Hello!
    Thank you for this post!
    I want to do the same thing but for Sharepoint document file properties, not a list item. I tried what you have above but it did not work. Do I have to change something for document file properties?

    Reply
    1. Tom says:
      February 23, 2025 at 1:44 pm

      Hello Waylon,
      not really, documents and lists should work in the same way, did you use the right value depending on the single/multiple choice column?

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

πŸš€ Master Power Automate

Join 2,000+ professionals getting actionable Power Automate tutorials, solutions, cheat sheets & tips every week.

No spam. Unsubscribe anytime.

Still exchanging emails to get things approved?

Use the Approval Process Template and the Task Delegation App to skip the hard part and deploy an automated, fully functional approval solution on a SharePoint list in minutes! And then the next one, and the next one...

Approval Template Preview ✨ Learn more ✨

Turn ideas into flows with ease!

Grab the complete Power Automate Cheat Sheet Bundleβ€”everything you need to master expressions, SharePoint HTTP calls, and Graph API in Power Automate.

Cheat Sheet Bundle Preview ✨ Get the Cheat Sheets

Didn't find what you were looking for?
Need to adjust a solution to fit your needs?
Or would you just like to get an assistance from somebody with thousands of hours of experience with Power Automate?

Power Automate blogs worth visiting

Damien Bird
Dennis (Expiscornovus)
Paul Murana

©2025 Let's POWER Automate | Theme by SuperbThemes