Skip to main content
Copies a file from one location to another, leaving the original in place. Use this when you want to keep a file where it is but also place a copy somewhere else, for example duplicating an incoming order file into an archive folder, or copying an image to a second filesystem connection. The copy can go to a different directory, a different file name, or even a completely different connection. The data passing through is left unchanged, so this step is purely an action on files.

Fields

Sample data

This step copies a file rather than transforming the data, so there is no before/after to show. The configuration below copies an incoming order file into an archive folder on the same connection, replacing any file already there.