Skip to main content
Nintex Community Menu Bar

Populate current user department in text field

  • May 16, 2018
  • 1 reply
  • 6 views

Forum|alt.badge.img+2

Hi All,

Is there a way to pull the department name of the current logged in user in nintex form?

Regards,

Ramanjjilu Naidu

1 reply

Forum|alt.badge.img+16

try an inline function userprofilelookup

https://community.nintex.com/message/33941?commentID=33941#comment-33941

add a calculated value control and choose inline function with something like this:

userProfileLookup(Current User,"Department")