1
vote
1answer
407 views

Creating Document with SharePoint 2010 Workflow: can I create xml file

So I found this resource on how to use SPD Workflow to create a new item (or document) in SharePoint 2010. This is exactly what I need because I can fill a field (column in a list) with the string ...
1
vote
2answers
245 views

Uploading xml to document library won't start workflow

When I upload an xml document to a document library, the workflow associated with that document library won't start. Here is my the code I use to upload: using (SPSite site = new ...
0
votes
0answers
96 views

How to make SharePoint workflow trigger an InDesign document refresh and export to PDF?

What is the best way to get a SharePoint 2010 workflow to trigger the refresh of an XML datasource within an InDesign document, and then generate a PDF export? The datasource would be a SharePoint ...
1
vote
0answers
474 views

Nintex Workflow Query Lookup Filter not working for User field [closed]

So I have a nintex workflow where a username is extracted from an infopath form via Query XML. Confirmed that it comes out into the user variable (of type person or group) in the format DOMAIN\USER ...