Ok. It turned out to be more work than I expected. Mostly because the XML Writer does only accepts rowIDs as filenames which is ugly. The wf now goes like this:
- It extracts the current Location variable from the Table Row to Variable Loop start as a column (because then we can pass it to the rowID later.
- Does some string manipulation to get the right filename (You had most of the work right there).
- It joins the table of the xml together with the new filename and passes that on to the RowID and to the xml writer.
