pnp / pnpjs

Fluent JavaScript API for SharePoint and Microsoft Graph REST APIs
https://pnp.github.io/pnpjs/
Other
753 stars 304 forks source link

Help insert Managed Metadata Data into a multivalue field #2994

Closed LuisMejia2500 closed 5 months ago

LuisMejia2500 commented 5 months ago

What version of PnPjs library you are using

3.x

Minor Version Number

20.1

Target environment

All

Additional environment details

Estoy usando Node JS

Question/Request

I am trying to add a record with a managed metadata field into a list, this field receives multiple values, I am currently trying to pass the value as follows:

let obj ={ Planta:'-1;#Bodegas|189;#-1;#Caldos|189'} this.insertItem("Comentarios",obj).then((items:any)=>{ console.log(items) })

But I can't do it and I don't know what else I can do.

juliemturner commented 5 months ago

Have you reviewed the documentation on doing this? The code you shared doesn't really give any clue to what you're attempting and what the error is that you're getting.

bcameron1231 commented 5 months ago

Closing this due to inactivity. If you continue to have issues please open a new issue, link to this issue, and provide any additional details available. Thanks!

github-actions[bot] commented 5 months ago

This issue is locked for inactivity or age. If you have a related issue please open a new issue and reference this one. Closed issues are not tracked.