You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When if destionation file exists = Do nothing, the Move files step does not behave correctly. Instead of skipping the move, it sometimes creates a folder at the destination with the same name as the target file.
Workaround
Setting "if destination file exists" to Overwrite destination file works correctly(the file is moved and no folder is created).