Folder Capture to Send to Folder renames files

Hi,

I am very new to Workflow, and have a ‘Folder Capture’ and a ‘Send To Folder’ action for the time being. The raw data consists of lots of individual XML files, the name of which identifies each individual customer.

The problem is that the send to folder action renames each file to something completely different. For example :

‘CUS109049588.XML’ is being renamed to ‘job00ZT4SAKQCMCV1580675305.dat’

Can I make the send to folder action retain the file name?.

Just set %o instead of %f as the filename in the send to folder plugin, it will use the original file name instead of the job file name.

Thank you BeaudoinD. As easy as that :).