Move all files from folder

Hi,

I am trying to move all files from the folder to another folder via the activity “move file”.
However, it is not working. How should I define the From and Destination path?

Thanks in advance,
Kind regards

@yannip Check attached zip file

MoveFiles.zip (3.0 KB)

@ From path use file.tostring(this will take from the path automatically) and in the to path pass the correct location where you want to move the file

1 Like

@thangapandian,

Thank you so much.

It’s solved by adding ‘.ToString’ :star_struck::exploding_head: