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 / 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,195 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

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard