Hi,
can you show your workflow in details?
I am working on a workflow where I am trying to insert 2 users within one person field.
The users are pulled out via a query and saved into two individual single text format as variable.
For further explanation see my topic: https://community.nintex.com/thread/20451-how-to-update-a-grouppeople-field-with-multiple-user
Hi Bim
Make sure your SP field is reset to allow multiple persons in the setting.
You have to concatenate user accounts to form a semicolon separated string.
Then use update query action to set value against the field.
Alternatively, you can use collection object to insert all user accounts into it. And then use join collection action to merge the accounts with semicolon delimiter.
Please try this and let me know if you need more info.
Hi
That is what I have done though but not working:
1) Person field is set to take multiple users
2) used 2 queries to pull out the Managers name
3) those details are stored in two sepeare text single line variable
4) used a Build String to put them two variables together {var1};v{var2} and saved to txt_Managers (text single line)
5) used Update Item to update the persons field with the txt_Managers
Go to my topic and see the steps I have taken.
Would be great if you can reply to my topic instead :)
Thanks
just for information.
My workflow has worked but because I was the same approver (1st approver and 2nd approver) that is why I thought the workflow is not working haha, although it has worked but same user's name is only shown once.