- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2019 10:46 AM
Hi Guys,
In Flow Designer, what is the command/syntax to get the current login user?
Thank you!
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 08:57 PM
HI JLeong,
Sorry my bad use this :
outputs.result = gs.getUserID(); //getUserID() is a function.
Please Mark as correct or helpful if my solution help you to solve your query.
Regards,
Meghnath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 08:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 06:39 AM
Hi Meghnath!
You were right!!!
It worked this time but the result is "system" not the logged in user.
Thanks again!!!
Regards,
Jocelyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 07:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 12:10 PM
I am getting the UserID displayed versus the name; I remember seeing documentation for this but I cannot remember where. Getting the UserID is display as "My name is E3fa1tkus..." VERSUS "My Name is Edward". I want to display the actual user's first and last name if possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2022 12:33 PM
Hi ELAdrich,
gs.getUserDisplayName(); should work in that case.