web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : Ijp+UyKXRnBNxBsDuuQyYk
Power Automate - Building Flows
Answered

PowerApps - Update term store in PowerApps

Like (0) ShareShare
ReportReport
Posted on 16 Mar 2024 07:53:56 by 2

Hi, I have created a term group and term set in term store and would like to update the term store when a Sharepoint list is updated with emp id.

 

Arajan11_0-1710574874224.png

 

 

Arajan11_3-1710574999870.png

 

 

 

Unique ID for term set:

 

 

Arajan11_2-1710574906600.png

 

I have then created a Power Automate process to add a new term to the term set based on the sharepoint list:

 

Arajan11_5-1710575480750.png

 

 

Arajan11_4-1710575321387.png

The Uri displays an error, any help to update the Sharepoint term store would be greatly appreciated.

 

 

 

I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    32,292 Most Valuable Professional on 20 Mar 2024 at 11:39:14
    Re: PowerApps - Update term store in PowerApps

    Hi @Arajan11,

     

    You want to add a new term to the Emp Id term set and you are getting that value from a new SharePoint list item, correct?

     

    If that is the case you could use a POST request which creates a new children item.


    Below is an example

     

    URI

    _api/v2.1/termStore/groups/@{variables('TermGroupId')}/sets/@{variables('TermSetId')}/children

     

    Body

    { 
    "labels": [
    {
    "name": "@{variables('EmployeeID')}",
    "isDefault": true,
    "languageTag": "en-US"
    }
    ]
    }

     

    employeeid_terms.png

     

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 783 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 515 Moderator

#3
trice602 Profile Picture

trice602 299 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete