The scenario we are currently addressing is in regards to print management. When processing multiple documents at once (in this case, invoices), we want the invoice document to be saved with a unique file name. In the screenshot below, every document gets generated as "test.pdf", thereby leaving us with only one file at the end of processing, because it's being overridden by each subsequent generation.
Is there any type of wildcard that can be used in the file naming convention, so that a unique file name will be generated?

*This post is locked for comments
I have the same question (0)