Move file activity not working

hello all,

i have been trying to move file from data folder to uploaded folder . but i am getting error file not found . although file exist in the folder . please check the screenshot of Data folder

now look my error message

my uipath file:

_test.xaml (4.7 KB)

thanks in advance

1 Like

@roysupriya21
Provide file extension (example like .xlsx)

i have added file extension but still not working.

You need to ensure that the path exist using the path exist and if exist do the move file activity else throw exception @roysupriya21

cheers :smiley:

Happy learning :smiley:

1 Like

Is the destination folder “DC_Downloaded” exists?
Please check. And also add extension to your file in the path as mentioned in the previous post.

Regards,
Karthik Byggari

4 Likes

@roysupriya21 - I can see your file name is not correct, it missing extension.

thanks for your advice . it is working now .

1 Like

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