Hey all,
Long time user, first time poster...
I have a Blackpoint process using an Integrated InfoPath form. After form submission I replace any attached documents with a link to the document. Before replacing with a link, I take the uploaded document and attach it via SmartObject to a previously created SharePoint list item. This was working all fine and dandy in our Lab environment but stopped working after deploying to Production. Now the process errors out on the step to attach the document to the list item. The error is "Key could not be found in collection."
There are 3 fields used in the SmartObject Input Mapping:
Attachment.Content
Attachment.File Name
ID
I verified the values being used for the input parameters are valid. The list item exists and the file name is valid (spaces replaced with underscores). From the error I understand the term "collection" probably refers to the SharePoint object model and how K2 is trying to find the list item specificed. Now I'm stuck.
Any seen this before or have an idea?
Thanks!