I am trying to upload a batch of files, then check if the files already exist, and if they do not exist, then move the image to its correct folder, and do some image processing, like resize, etc.
The problem I am having is that, every step after the FileMove step just seems to not work as expected.
The FileMove seems to have no schema that I can see, and all bindings like name
, path
etc. work perfectly in a setValue
step if above FileMove
, however if I drag the same setValue
step to after, then it produces no result at all.
Update: Even if my setValue
step after the FileMove
is static text, it will not output it. Also the FileCopy
seems to do the exact same thing. I am beginning to rather think its the If File Exists
rather than what steps are inside it.
Last updated: