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?
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
Use it in an assign - Message = “Job completed by” + environment.username