Runtime Robot Current User
Hi
I need to have on my automation in order to determine who the current user of the Pega runtime is.....so not who is logged on to the physical machine (which I would use "CurrentUser for), but the username/group logged into the runtime?
Many thanks
***Edited by Moderator: Pallavi to update platform capability tags***
I am almost certain you can use the Current User Component as it uses the System.Security.Principal.GetCurrent() method to get the WindowsIdentity.Name property.
Here is a sample solution where you can try it out and see which one works best. I am pretty certain the component will give you what you want.