Skip to main content
Nintex Community Menu Bar

Default a People Picker with Multiple People - Forms O365

  • June 21, 2016
  • 4 replies
  • 10 views

Forum|alt.badge.img+3

Im looking for a way to default a people picker on a form to two different people. Basically I have a dynamic approvers field on a form that a workflow uses but they need the option to remove the default approvers if need be. Right now I am using 2 separate people pickers to accomplish it but it is less than ideal. Help is appreciated.

4 replies

Forum|alt.badge.img+17
  • June 22, 2016

Richard, I've looked into this and I'm not sure why you can't store more than one person as a default in the people picker. I'm doing some more research.

When you say dynamic approver field, what do you mean by that - 'dynamic'.


Forum|alt.badge.img+3
  • Author
  • Nintex Partner
  • June 22, 2016

Eric,

In one of my past projects on-prem with InfoPath I just passed the account names separated by semicolons and that worked ok. Since this is O365 I tried email addresses separated by semicolons but no dice. It works fine with one email address as the default however. Looking at the javascript values they just seem to be in an array. Maybe I just need to try other separators (like a comma since it is an array) or wrap them in quotes or something. I just figured a bunch of people on here had already dealt with it so I didn't spend a ton of time investigating.

Dynamic meaning the users can change who the workflow approvers are before they submit the form (they aren't static in the workflow or separate list).


Forum|alt.badge.img+17
  • June 22, 2016

Richard.... I'm looking into that. I agree it should accept those values separated by some separator. I've tested a bunch with no success, but will keep digging.


Forum|alt.badge.img+3
  • Author
  • Nintex Partner
  • July 15, 2016

Bump, I still have a need for this if anyone knows how.