Extract File name

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.