What are my options for creating unique output filenames from an Output Preset without using Separation?
We process Regular and Consolidated water bills consecutively, and the client does not want them to be combined into one mailing. Both files use the same DataMappers, Templates and Job/Output Presets, resulting in the same output filename. If we do not move or rename the first output file, it is overwritten by the second with the same filename. I need a solution to automatically alter the output filename for consecutive output files.
I have been looking at output filename variables like ${template.nr,0000} ${file.nr,0000} ${job.nr,0000}, hoping one of them would increment each time a file is created, but it seems that all of these variables are only useful if the output file is Separated at some level. Even a randomly generated 4-digit number appended to the filename would suffice.
I feel a simple solution continues to elude me. Any advice would be appreciated.