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
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.