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

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
    12,966 Super User 2025 Season 2 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
    925 Moderator 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

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