Jan 07 2022 02:52 PM
Does anyone know if there is a way to get custom properties (shown in screenshot below) for a term in the Sharepoint online term store?
Nov 08 2022 08:04 AM
Nov 08 2022 09:00 AM
@Q_Jali Unfortunately, i was not able to do this via Power Automate but we created an online Powershell Script (via Azure Runbook). Below is a link on how to create the runbook.
https://learn.microsoft.com/en-us/azure/automation/learn/automation-tutorial-runbook-textual
Oct 06 2023 12:30 AM
Hi @Shone Karthanal ,
i spotted your question while searching for a solution getting these properties in a SharePoint WebPart.
Following the Microsoft documentation for the SharePoint Rest API ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/use-odata-query-operations-in-sharepoint... ) in some cases "[...] these properties are not included in the default query, and must be explicitly requested".
For my SharePoint situation i was successfull with this url: https://[tenant-name].sharepoint.com/sites/[sitename]/_api/v2.1/termStore/termSets/[setId]/terms/[te...
Maybe this helps you finding your solution.