Skip to main content
Nintex Community Menu Bar

How to Check current system user whether present in list or not

  • February 8, 2017
  • 2 replies
  • 41 views

Forum|alt.badge.img+5

Hi all,

 

i',m using K2 designer with SharePoint.I need to check the current login user is present in

I need to check the current login user is present in a list.(List contain People picker column)

Please help me...Thanks in advance...

2 replies

Forum|alt.badge.img+9
  • June 12, 2017

Hi,


Have you tried using smartforms conditional validation when populating the people picker?


https://help.k2.com/onlinehelp/k2smartforms/userguide/4.6.11/default.htm#using_a_validation_pattern_and_rule_condition.html


 


Regards


Kallie


Forum|alt.badge.img+9
  • June 12, 2017

Hi K2A,

 

you can get current login user from System Values under Context Browser. 

 

  • On Right hand side under Context Browser Expend System Values
  • Then Expand Current User, here you will get  FQN , user name etc.

Create an event Rule.

Filter your list with Current user (filter based on FQN )

if it returns the record user is preset in list else not.

 

 

Let me know if this helps you.