I created a Nintex workflow with a Send Notification that should include a PDF copy of a letter from the SharePoint list. The letter was created with JungleDocs.
The email sends but the PDF isn't attached. It's just an error file.
This is what I have in the Nintex Send Notification attachment link - the URL from SharePoint and then I selected "urlPath" from the "Workflow Variables". By default "Existing SharePoint Content" is checked.
This is the error that is included on the attachment in the email:
Error attaching file from https://(our internal SP URL).org.
System.InvalidOperationException: Unable to retrieve file. Is the attachment URL valid? ---> System.ArgumentException: Value does not fall within the expected range.
at Microsoft.SharePoint.SPWeb.GetFile(String strUrl)
at Nintex.Workflow.HumanApproval.MessageAttachment.GetAsMailAttachment(String processedSource, String processedFileName, INWWorkflowContext context)
--- End of inner exception stack trace ---
at Nintex.Workflow.HumanApproval.MessageAttachment.GetAsMailAttachment(String processedSource, String processedFileName, INWWorkflowContext context)
