Separate the file

Hello guys,

I created my robot, but I want to ask how to save the file in a different location. For example, the file completed by the robot is saved in the "completed "folder, the file cannot completed saved in the “incomplete” folder. I also uploaded my robot too. Thanks for help!!!
T2_Sample Flow Record.xaml (20.8 KB)
I would like to divide the file into two different folder
image

Hi @CHAN_Hiu_Fung_Victor_Stud

Take a If condition to check the file is completed, if completed in then block insert move file activity to move the file to completed folder give the destination path to completed folder path. In else block insert another move file activity to move the file to incomplete folder give the destination path to incomplete folder path.

Hope it helps!!

@CHAN_Hiu_Fung_Victor_Stud

Use move file activoty…once sucessful as last step move the file…if failed in error block or catch block move the file

Cheers

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