Move file to 2 folders

Hello,
is there a way to move a file too 2 folders?
i am using ‘Move File’ activity and works fine if only moving to one directory but i want it in 2 directories.

thank you

1 Like

Then use two MoveFile Activity and pass the File Path. @Rowley101

cheers :smiley:

Happy learning :smiley:

1 Like

doesnt work as the file has already been moved so there is no file to move.

1 Like

If that the case use CopyFile Activities for the first occurence then call the move file activities if you really want to move it @Rowley101

cheers :smiley:

Happy learning :smiley:

2 Likes

i have found a solution.


i use copy instead then delete the file afterwards.

i feel stupid now :joy: :joy:

Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.