Hello, I use Enfocus Switch to send files to an SFTP server. Sometimes the copy on the server fails and the flow keeps the job for a few seconds and retries the copy, in a loop. I would like to add a counter that exits the loop after n attempts. I know how to create a ‘SFTPFailed = 1’ PrivateData wi...