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 / Using PowerAutomate to...
Power Automate
Suggested Answer

Using PowerAutomate to Create ADO Tags Based on Multiple SharePoint List Column Values

(1) ShareShare
ReportReport
Posted on by 4
Hello,
 
I am wanting to create a power automate flow that will create ADO tags based on multiple column values in SharePoint. Any help is valued.
 
Thanks
Categories:
I have the same question (0)
  • Suggested answer
    Expiscornovus Profile Picture
    33,851 Most Valuable Professional on at
    You can use a PATCH request for that with the Update work item method of the Azure DevOps REST API:
     
    Below is an example
    A Select action is used to format the choice items of my Tag column into the right format.
     
    URI
    @{variables('ProjectName')}/_apis/wit/workitems/@{outputs('Create_a_work_item')?['body/id']}?api-version=7.2-preview.3
     
    Headers
    {
      "Content-Type": "application/json-patch+json"
    }
     
    Body
    [
     {
     "op": "add",
     "path": "/fields/System.Tags",
     "value": "@{join(body('Select'), ';')}"
     }
    ]
     
     
    This is the list
     
     
    This is the end result
     
     
     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 785

#2
Valantis Profile Picture

Valantis 669

#3
Haque Profile Picture

Haque 563

Last 30 days Overall leaderboard