In Flow Designer how can I get the current login user?

JLeong
Mega Sage

Hi Guys,

How can I get the current login user in Flow Designer?

Thank you!

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

hi JLeong,

Please refer below link you will get your answer :

 
 

Please Mark as correct or helpful if my solution help you to solve your query.

 

Regards,

Meghnath

View solution in original post

2 REPLIES 2

Jeff Currier
ServiceNow Employee
ServiceNow Employee

Wouldn't it just be this?

var myuser = fd_data.trigger.current.user_id;
return myuser;

Community Alums
Not applicable

hi JLeong,

Please refer below link you will get your answer :

 
 

Please Mark as correct or helpful if my solution help you to solve your query.

 

Regards,

Meghnath