I have a workflow that starts with a Nintex Form. The form allows for the uploading/attaching of supporting documents. I am successfully writing the form data into a list library in SharePoint Online, but cannot seem to copy the attachments to a document library. I get this error: Received an error response from the connector: BadRequest: [SP.GNR.ListItemsNotFound] Unable to find matching list items for the list 'ProclamationRequestAttachments'. (Correlation Id: 1b7d84c4-4519-4253-b9df-c8ae9389380f)
The document library does exist, permissions are correct also. I don’t think it is a SPO issue, but maybe I’m not capturing the attachments correctly. Below is the workflow:





The run if true was just to keep that part of the workflow from executing if there were no document attachments on the form. I am able to attach the documents to the “Send Notification to CSO” action, so they are attachments in the notification email. Just can’t seem to copy them to SPO. I am certain I’m missing something, but haven’t figured it out.
Thank you for any help!