I'm trying to write a workflow to copy an item from one list to another. Still can't really believe there isn't an action for this...
Anyway, I've got the workflow working for all of my fields, except a Managed Metadata field. I can retrieve the Label and Guid of the source field, but can't figure out how to set this value on the destination item.
Surely this can't be impossible?
Any help much appreciated
Best answer by davetansley
Hi Tomasz,
Thanks for the reply.
You may be interested to learn that it is possible, though it's not simple and it's not without caveats. The basic steps are outlined here:
Wow, I wasn't even searching for a solution using SPD, thinking no one is no longer using it, but.. You got me! That's cool. Very useful! Thanks a lot!
This is the easier way to do it. One clarification, you set the hidden field (e.g. myTaxonomyField_0) to the Term|GUID (e.g. myTaxonomyValue|theGUIDforthatvalue). The Update List Item action works with it.