- 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
04-06-2022 05:59 PM
So I have been trying this in San Diego and have not been able to accomplish anything. All I am trying to do is this:
Flow trigger is Create Record and so when the record first gets created the system automatically assigns it to the current user. I am using assigned_to field which is a reference field that points to sys_user table. I looked at using created_by but that is a string and it does not work since assigned_to is a reference. The above scripts are not working either. Any help is much appreciated TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2022 07:37 AM