Skip to main content
Nintex Community Menu Bar

Querying Collection of Users to Create new list items for each user

  • March 6, 2020
  • 0 replies
  • 7 views

Forum|alt.badge.img+1

Hey everyone,

 

I am having an issue where when I am querying a list of users.

 

In my For Each action:

Each user that is in the collection will trigger an action to create an item in a seperate table. If I choose a list that only has one user it seems to work but when I have 2 or more the workflow fails..

When I check the log in the var for the my user variable it is adding multiple users to the variable instead of just one.. so by the end of the for each loop I am seeing multiple users in the variable concatnated together..

The remove extra char removes: :0#.w|us from each name..

My build string looks like this:

     {WorkflowVariable:str_user_2}
     {Common:NewLine}
     {WorkflowVariable:str_userList_2}

Any ideas on why this would be erroring out?

6747iAC2EC73F45A0067E.png6746i2BE5049EF0DDACC2.png