Can designer extract file name ? I would like to extract the input data file name as a field in the template.Thanks.
āData.filenameā will extract the name of the temporary file name created by the Designer(not the original filename).
To extract the input data file name, you would have to use the Workflow automation property: āautomation.properties.OriginalFilenameā.
So using this Datamapper into the Workflow will update the input data file name field as you required.
1 Like
Nice. Thanks and i will try in this direction.