Dear all
I created a Power Automate Flow to set Metadata of a Folder in a Sharepoint Library. I'm a normal user, so I don't have direct access to the Term Store.
I'm trying with a Send HTTP Request to Sharepoint action to update a Taxonomy Multivalue field.
Can anyone help?
I tried with this Body (the URI is ok)
{
"__metadata": {
"type": "SP.Data.SharepointLibraryName_ArbeitItem"
},
"BusinessPartner": {
"results": [
"-1;#Term1|{TermGuid}"
]
}
}
or also so
{
"__metadata": {
"type": "SP.Data.SharepointLibraryName_ArbeitItem"
},
"BusinessPartner": "-1;#Term1|{TermGuid}"
}
I receive always the error that the JSON is not correct and a Primitive Character is present