«

»

Permanent link to this article: http://sympmarc.com/2012/11/09/displaying-managed-metadata-column-values-in-an-email-sent-from-a-sharepoint-designer-workflow/

9 comments

Skip to comment form

  1. stfbauer

    I haven’t tried this out but managed meta data columns are nothing more than a regular lookup fields. It should be possible to lookup the correct value from the taxonomyhiddenlist and use then the values in SharePoint. Never tried this out but it is my first idea I came up. There you might not have to add columns.

  2. Sappai

    Hi Stfbauer,
    Could you please tell me how to get value from taxonomyhiddenlist?this list is not found in SPD workflow..
    Thanks

    1. Marc

      Sappai:

      FWIW, I wasn’t able to find it, either. Perhaps Stefan can shed some light.

      M.

  3. Sappai

    I have a metadata field which allows multiple selection..above described works for single selection..Could you please tell me how to get value if its multiple selection?

    1. Marc

      Sappai:

      I don’t have a good idea on how to render multi-valued managed metadata columns. This approach is a bit of a kludge as it is.

      M.

  4. Adrian Fiechter (@adrianfiechter)

    There is a way to do it in SharePoint 2013: http://www.fiechter.eu/blog/Lists/Posts/Post.aspx?ID=37&mobile=0

    1. Marc

      Adrian:

      Nice trick. It’s still horribly messy given what we’re trying to accompish. Thanks for sharing.

      M.

  5. Jaap

    Try this:

    1) **Find substring in string** in which:

    - substring is just the pipe | character
    - string is your metadatafield_0 field
    - output: index1

    2) **Extract substring from string with length** in which:

    - substring is your metadata_0 field from the current item
    - starting location is 0
    - end is the output of the first step (index1)
    - output: substring1

    Now log substring1. In my case this results exactly in all characters in front of the pipe character:)

    1. Marc

      Jaap:

      I swear I tried to go this sort of route and couldn’t get there. I don’t see **Find substring in string** in the installations I can get to. The only “Find” action I see is minutes between dates.

      If it works for you, I believe you, and boy does it make me question my approach!

      M.

Leave a Reply

%d bloggers like this: