Inserting or Updating a Managed Metadata field using Nintex Workflow

  • 12 September 2016
  • 33 replies
  • 142 views


Show first post

33 replies

Badge +5

I'll give that a go.  Thanks for the response!

I'm not sure why this hasn't already been mentioned or maybe I'm just not understanding the original post, but if you want to create/copy/update managed metadata from one list into another it's much simpler than what I'm seeing above.

In my example below Specific Location is a Managed Metadata column.

Just set a single line of text variable using the Current Item List Lookup:

Then use Update Item or Create Item action to insert/update:

If you take a look at the value that is returned using list lookup you'll see the GUID is being pulled back so that's why this works:

Badge +16

Is that in the same site though? What about a different site collection? 

I am using the Create item in another site action:

I am taking it from a sub-site and creating an item in the top level site. 

I have not personally tested against a different site collection but the option is there if you need it.  I would assume if it doesn't work then yes you would probably need to use a web service action.

Badge +16

Yes the values of the terms from site collection to site collection 

Badge +9

Hi,

Thanks for your feedback.

I have retried it in 2010 and I confirm it is not the case. It returns only the value.

In which environment are you running your workflow?

Regards,

Christophe

This was on SharePoint 2013 On Premise.

Badge +5

Hi Ann

This works well, but I have only been able to get it working when creating a new item, but not when updating an item. So this (Office 365 Upload file) works:

but not this (Update List Item):

Strange...

Reply