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 / Updating the settings ...
Power Automate
Answered

Updating the settings of a SharePoint list with Power Automate

(2) ShareShare
ReportReport
Posted on by 33
Hello all
 
Is anyone aware if it's possible to update the settings of a SharePoint list using Power Automate?
 
I would like to trigger a flow from my Power App, that will make an update to the settings of the list. In my specific case, I would like to update the available entries in a choice column, i.e. add/remove/rename the available entries here:
Appreciate any suggestions.
 
Thanks
Categories:
I have the same question (0)
  • Suggested answer
    David_MA Profile Picture
    14,352 Super User 2026 Season 1 on at
    I have not attempted this, but using the SharePoint REST API, you should be able to do this. I found this post that explains the steps: sharepoint online - Add a new choice option to a choice field with write-in using REST without erasing existing options - SharePoint Stack Exchange
  • GShaw Profile Picture
    33 on at
    @David MA
     
    Thanks, that looks very promising. I'll try the steps in that document.
     
    Thanks
    Gary
  • Verified answer
    S-Venkadesh Profile Picture
    1,214 Super User 2026 Season 1 on at
    Hi @GShaw,

    To update a choice field in a SharePoint list, Use "Send an HTTP request to SharePoint" action.

    URL: _api/web/lists/GetByTitle('list-name')/Fields/GetByInternalNameOrTitle('column-name')
    Method : POST
    Headers:
    {
      "accept": "application/json;odata=verbose",
      "content-type": "application/json;odata=verbose",
      "X-HTTP-Method": "MERGE",
      "IF-MATCH": "*"
    }
    Body:
    {
        "__metadata": {
            "type": "SP.FieldChoice"
        },
        "Choices": {
            "results": @{variables('varStatusValues')}
        }
    }

    Sample Screenshots:



    I hope this information is helpful. If it is, please consider giving a thumbs up.
     
    Best regards,
    Venkadesh Sundaramurthy
  • Verified answer
    GShaw Profile Picture
    33 on at
    Hi @S-Venkadesh, thanks, appreciate your response. Both your response and the article supplied by @David MA are very useful.
     
    For anyone else looking to do something similar, I also found the YT video called "SharePoint HTTP Action add Choice Value with Power Automate" by Shane Young very useful in explaining the steps: https://www.youtube.com/watch?v=TH6oqsfxPaE
     
    @David MA unfortunately, this site is not allowing me to make your response as an answer for some reason, but I will try again later.
     
    Thank you both.
     
    Regards
    Gary

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
Valantis Profile Picture

Valantis 711

#2
Vish WR Profile Picture

Vish WR 691

#3
Haque Profile Picture

Haque 525

Last 30 days Overall leaderboard