function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nicole SackinNicole Sackin 

look up current user in a flow

Hello

I am trying to add a look up in my flow that is dependent on what kind of user is activating the flow.

I know the trick to user "recordId" to look up informaiton about the reocrd the user is on but is there something like this I can use to reference the user who has activated the flow?

Thank you
 Nicole
Best Answer chosen by Nicole Sackin
MichelCRMichelCR
Hi Nicole,

You can get it by using {!$User.Id}, there are some other Global Variables that could be useful.

I hope this helps.