Get Term Set by Name
How to get a term set by filtering on the localizedNames name in a SharePoint Online Term store using the Graph API in a Power Automate flow.
URI
Headers
Body
Not applicable
Screenshot with example
Sample data
TermGroupId – 01484a3a-caa8-47e8-a715-3b68dc320a24
TermSetName – Products
Copy/paste example
Resources
That’s it, Happy testing!
Solved a thing for me just now! Thanks!
Turns out that you can name your temporary variable anything, so if you want something more descriptive than “a” in the filter clause, you can. I’m naming mine “termSet” as in $filter=localizedNames/any(termSet: termSet/name eq ‘Whatever’)