in my bigger project i have one background process that should delete entity records. Unfortunately i get a permission error, that the user is not allowed to access the entity.
Any solution how i can give the background process “user” (NT AUTHORITY\LOCAL SERVICE) the rights for the entities?
You can change the setting on the robot machine so that it runs in the background, but uses the credentials of the correct robot instead of session zero.
You need to add an environment variable to the machine for ‘UiPath_HEADLESS_WITH_USER’ and set it to true.