File Increment Name Action

With the help of the File Increment Action it is possible to increase the name of a file by adding a number. This works in such a way that the file path is specified and the result of the node is an increased file name (including path). This increased filename can in turn be used via the wildcard {stream.last_result} in the next node in the stream or via the wildcard {node.result.?} anywhere in the stream. This node is helpful when you neither want to overwrite an existing file nor skip the process for the current file to be processed.

Last updated