Skip to main content
Nintex Community Menu Bar

set people picker value based off a choice field selection

  • May 23, 2016
  • 1 reply
  • 22 views

Forum|alt.badge.img+4

Hi Everyone...

is there a way to set the value of a people picker field based off a selection in a choice field?

I have a list that has the list of all the choices and then the user name in another column.

In my list I want to populate the person or group field (WorkStreamLead) based off a choice in my choice column "WorkStream"

I'm dying for a solution so any help is appreciated! Can handle javascript so throw it my way!

Thanks,

kimberley

1 reply

Forum|alt.badge.img+7
  • May 23, 2016

Hello Morrison,

Can you try this:

lookup("Lookup List name", "ID", WorkStream Control name, "WorkStreamLead")

Take a calculated column on Nintex Form and apply the above formula. Hope this should help.

Thanks,

Soni