Skip to main content

Hi All,

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

Regards,

Ramanjjilu Naidu

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")


Reply