how to compare current user with a people picker field in Nintex workflows

  • 22 August 2017
  • 2 replies
  • 18 views

Badge +5

Hi,

How can I compare current user with a people picker field  using a workflow?

For an instance if  current user is equal to Name1 (people picker field) send notification

Any help much appreciated.

Thanks in Advance,

Rams


2 replies

Userlevel 5
Badge +14

do you mean with current user the user that started workflow?

if so then there exists Initiator resp. Initiator's Display Name common references which you could use.

Badge +9

Hi Rams PMK‌,

Yes, you can use 'Initiator's Display Name' from insert reference of Nintex Workflow.

1. Using 'Set Variable' action get people picker field display name.

206918_pastedImage_1.png

2. Then use 'Run If' or 'Set a condition' actions, to compare against 'Initiator's Display Name'.

206920_pastedImage_3.png

206919_pastedImage_2.png

Thanks,

Lakshmi C

Reply