Skip to main content
Nintex Community Menu Bar

Form button that populates People picker

  • May 15, 2019
  • 3 replies
  • 25 views

Forum|alt.badge.img+1

Hi, I have looked at several posts but can’t seem to figure this out.  I have a “service request” form.  Once submitted, it goes to my team for review.  I just wanted to add a button that will populate the people picker control (ie: Assigned To)  with the Current user.  It basically saves you from manually selecting your name if you decide to “take ownership “ of the request.  But I cannot figure out the code needed to populate the people picker control. 

 

Thanks!

3 replies

Forum|alt.badge.img+5

I suggest using the Advanced section --- Connected To setting of the button to change the value of a field, for example set a Status field to Request Accepted, then create a simple workflow that is triggered off that change and sets Assigned To = Initiator. You'll probably also want to make the button visible only to members of your team by using an expression in the Visible setting in the Appearance section.

 

2219i8D1BF016DE5BD643.jpg

 


Forum|alt.badge.img+14
  • Scholar
  • May 20, 2019

Forum|alt.badge.img+1
  • Author
  • May 21, 2019

thanks all for the suggestions!