How to get details like jobId, robotId, windows username

Hello,

you can access the jobId via UiPath.Executor.ExecutorManager.Instance.Id.ToString() and assign it with an invoke code activity

1 Like