Robot user name

I have a process running by multiple robots that when completing the job I want to notify the user that the job has been completed by robot_A, B or C.

Is there any activity that can get the robot user name?

Environment.Username or Environment.Machinename should work :slight_smile:

Use it in an assign - Message = “Job completed by” + environment.username

1 Like