How to Fix 2013 Workflow So Email Notifications are Sent, No Matter the Submitter
Hello,
I have a workflow that when a request form is filled out an item is added to my list. Anyone can submit a request (the SharePoint/list is public within the company), but there are about 20 people with permissions to the SharePoint/list. The workflow has a condition that if the item is new it sends a notification email message to a designated distribution list and to the submitter. However, if the submitter is not part of the official members of the SharePoint site, the workflow errors with an "Access denied. You do not have permission to perform this action or access this resource." message.
Another workflow associated with the same list sends an email message if someone is assigned to the request or the request is completed. That workflow has no issues sending the email message, whether the submitter is listed on the SharePoint permissions page or not.
I tried implementing an App Step in the workflow, but that stopped the new request notification messages going to even the submitter with formal permissions to the SharePoint.
I am hoping this is the correct forum for my question, and that someone might know what is preventing the workflow from properly completing for any submitter, no matter if they are public or with formal permissions.