Hi,
I have one SharePoint 2010 document library and one form library. I have two nintex 2010 workflow's. One triggered on creation of an infopath form in the form library and one triggered on creation of a document in my document library. The form library workflow runs first and has a "wait for item update" control dependent on the result of the document library workflow, i.e. the idea is, when a document is created in the document library, the workflow updates a field in the form library (linked via a lookup field), this then allows the form library workflow to proceed. My problem is that the document library workflow always flags an error. From research, I believe it is not possible to update a field that already has a workflow running on it, is this correct? If so, how can I achieve my goal? I have attempted to call the "StartWorkflowOnListItem" web service from the running workflow on the form library to trigger the document library workflow, but in order for this to work I would have to loop this web service call (which prevents me from creating new instances of the form library workflow) so the system knows when a document has been uploaded due to not being able to use the default start this workflow when an item is created setting. Am I missing something? All I want to do is pass a document url to another library via workflows.
Thanks.