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 value and throw it into the document after it's created based on condition.
But now I am trying to take this one step further and instead of creating MS Word document I am wondering is there a way to create an xml file like this instead? I know how to create and append to the string held in the field to build the xml, and I know using the method from the link to get that value into the document, but I don't want to have users converting the thing when they download it if I don't have to.
Anyone ever done/tried this? Just wondering if it's possible.
Appreciated as always!