I have a process with SAP. However, I want the robot to log into SAP with the respective user when starting. How can I ensure that when a user starts the process, the bot logs into SAP with the corresponding user credentials?
getting out, which user started a Job (e.g. in Orchestrator…) was at least in the past a little bit hidden. But when digging into the audit logs via Rest API Calls some helping entries were derivable.
I have a process with five different users, for example, Martin, Markus, Max, Nils, and Anna.
When Martin starts the job in Orchestrator, the login credentials for SAP should be taken from Martin. If Markus starts the job, the bot should log into SAP using Markus’ credentials.
I am wondering how to implement this.
Option I: When starting, a window opens where the initiating user enters their username and password.
Option II: Use robot asset values → Is it possible to define multiple logins there and retrieve the respective login based on who starts the job?