When processing xml files through workflow, is it possible to append the name of the xml file used in the processing?
For example, ${template}_${xmlfilenamehere}.PDF
Thanks for your help,
C
When processing xml files through workflow, is it possible to append the name of the xml file used in the processing?
For example, ${template}_${xmlfilenamehere}.PDF
Thanks for your help,
C
Hello Cecile,
In workflow, you can right-click in any box that has a red (well, “maroon”) title to get access to many different variable data to use in that input box. One of those is located in Variables, System, (%o) Original file name. This is only available in workflow, however. If you want to use it in the Output module, you’re going to have to send it through the Datamapper -> Designer -> Job Preset -> Output Preset.
To get it through part of this process, check out Passing Workflow Variables to Designer
~Evie