How to move files when are they are in input folder to 'in progress' folder during processing and to 'processed' folder after done processing

Hi All,

Currently I have a flow for my rpa project where it will read input files placed in the “input” folder, then I want to move it to “in progress” folder during its execution and then move it to “processed” folder once done processing. How can I achieve it? *They are excel files.

Hello @quan9784

Try using the “Move file” activity.

image

You will need to provide the “path” (the path of the file to be moved) and the “destination” (the destination of the file to be moved).

Cheers

Steve