Managed Metadata Value Not Displaying Properly In Text Field

  • 26 March 2021
  • 0 replies
  • 44 views

Badge +8

Issue

When using a Managed Metadata term value within a text field, such as an email body, or Log To History action, the term displays as 'Value | TermIdGUID'

Example: 'Nintex Engineer | b664989e-0ac2-4d49-9a89-d6f7bf092fe1'

 

Resolution

This is expected behavior when converting a Managed Metadata term to a string. You can use the Regular Expression action with the following configuration to strip out the GUID:

  • String: {Variable:OriginalManagedMetadataTerm}
  • String operation: Replace
  • Pattern: |(.*)
  • Replacement String:
  • Output: {Variable:UpdatedManagedMetadataTerm}

 


0 replies

Be the first to reply!

Reply