How to use Graph API to update managed metadata / taxonomy term field with allowed 'Fill-in' choices in Sharepoint list item ?

Piotr Kochanowski 26 Reputation points
2022-04-22T08:13:46.827+00:00

Hello,

Is there a way to update a managed metadata (taxonomy term) field with 'Fill-in' choices enabled on a Sharepoint item using MS Graph API ?

I tried using format described on Stack Exchange, but it fails on fields with 'fill-in' option enabled (it works fine for fields without it).
It seems to update the hidden field value, but not the main field.
For example: I have a column named Category, its corresponding hidden field is f31c433462d044e9a7ba5504284940b4. If I call the graph api with body
"f31c433462d044e9a7ba5504284940b4": "xxxxx|6f779592-272e-4f8b-bff3-fcfc3b79bf88;"
then the hidden field value is indeed updated, but the main Category field is not, and it keeps the previous value.

Is it possible to update by Graph API ?

Regards,
Piotr Kochanowski

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,571 questions
{count} votes

Accepted answer
  1. Bhanu Kiran 3,526 Reputation points
    2022-05-20T12:49:08.147+00:00

    Hello @Piotr Kochanowski ,

    Managed Metadata columns are not yet fully supported in Microsoft Graph.
    Some operations that are not supported by Graph API you can fall back to SPO legacy REST APIs.

    Hope this Helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful