Skip to main content
Nintex Community Menu Bar

Display name issues i:0#.w|

  • December 23, 2019
  • 4 replies
  • 30 views

Forum|alt.badge.img+11

On a Travel request form. I have a column (Multiple lines of text-Rich text) displaying multiple user's account names on format i:0#.w|domanusernameAI:0#.w|domainusernameB

 

and a workflow that updates the i:0#.w|items to Display name on a Person or group column(allow multiple selections is enabled and show field -Name). I can get the display name to show however only for the first user. Any help would be appreciated.

4 replies

Forum|alt.badge.img+12
  • Scholar
  • December 23, 2019

@Nunezma ....use RegEx to split by "i:0#.w|" and store it in collection....then inside for loop, add set variable to get the display name, add build string to create the list and use it in your multi-line text field.


Forum|alt.badge.img+11
  • Author
  • Scholar
  • December 27, 2019

I'm still not able to get it to work, it's only displaying the first name however my "Namenew" column holds multiple user names.


Forum|alt.badge.img+12
  • Scholar
  • December 30, 2019

@Nunezma .....Could you please try replace "i:0#.w|<domain>" with "leave replace with blank" and store it in collection and then try.


Forum|alt.badge.img+11
  • Author
  • Scholar
  • December 30, 2019
thank you that worked : )