Hi All,
I have created a flow that uses SAP automation actions of power automate desktop to take soft copies from SAP logon 800 application. The flow works completely fine for me, But it doesnt for the other user who has higher privilege than me in SAP tool. The flow launches the SAP tool, clicks on the connection and fails throwing this below error.
(Note: SAP and PAD is installed in same machine. We login to that system and run/edit the flows there.)
Correlation Id: c3254d54-eaf0-41f0-b4c1-4d8f6cb171a7
Exception of type 'System.Exception' was thrown.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Action failed. ---> System.Exception: Exception of type 'System.Exception' was thrown.
at Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.SapLogin.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.SAP.Actions.SapLogin.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
Iam not sure this error even makes sense. Can anyone please help me out here.
Thanks in advance.