Create new filename for list of files

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:

  1. 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.
  2. Does some string manipulation to get the right filename (You had most of the work right there).
  3. It joins the table of the xml together with the new filename and passes that on to the RowID and to the xml writer.

Echo XML file replace UnknownBarCode simple2.knwf (45.6 KB)

1 Like