Hi!
I’ve created a background process.
Everything works except “Send Exchange Mail Message” which throws a 401, I’ve set this to use WindowsIntegrated AuthenticationType (I know I can set this to UsernameAndPassword, but I want this to work as another process will have to do an sql query with similar auth).
I’ve set the environment variable “UIPATH_HEADLESS_WITH_USER” to “True”
Per the instructions here Background Process Automation
Am I reading the documentation wrong?
Orchestrator: 2021.10.1
Ps:
It works fine running the process from the uipath assistant.