Hi Guys,
I am working on a sharepoint 2013. I made an approval list. I have a list named "Travel request" and another list named "Managers". When the workflow reaches the approval part i.e "sending email to the manager of the requester" , it looks up for the manager of the requester in the list "Managers". After finding the email ID , it sends an email to that manager.
Everything works fine when all the users are have the "full control" of the website, but as soon as i change it to "contribute" . The workflow suspends showing the following error.
RequestorId: f4670908-e972-8694-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 401 {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have permission to perform this action or access this resource."}}}
Can you please let me know a work around for this ? i heard the workflows permissions can be elevated so that it can run at an administrator level. If this is true. how can i do it?