Folder Not Created by move activity

Hi all, I have this move activity here that moves the file when it’s done processing(the file has data in it).

IF the folder is not available there I believe it needs to create it and move the file inside that folder, but it didn’t and it just created another file type that I can’t even open and I cannot file the file that it was supose to move, please help


How can I open and get the file

Hi @Anelisa_Bolosha1

The move file activity actually move the file only not create folders, if you want then follow below:

Happy Automation

I see it created a file here in the project folder not the location I wanted it.


I checked inside this folder it’s empty,
How do I retrieve the excel file now that was moved, because this one is empty

Hi @Anelisa_Bolosha1,

Move File activity does not create the destination folder automatically.

Additionally, could you try using \Processed_MDP\?

Thanks

Alright thank you. now I am trying to find this file from this path I cannot see it:
image
Where would it had moved it to since it didn’t create the folder :frowning:

Hi @Anelisa_Bolosha1,

This seems to be a network drive path. Could you please copy the path up to September 2026 and paste it into File Explorer to verify whether you can access it?

Thanks

@Anelisa_Bolosha1

Can you take a look below thread

Oh @yedukondaluaregala thank you so much I got it, I just changed it to (.xlsx) and it opened and I got all the data inside still :slight_smile:

@Anelisa_Bolosha1

Renaming file might works, add the extension based on your file, if your file is excel add .xlsx or pdf add .pdf there you can get your file in readable format with all data.

@Anelisa_Bolosha1

Good to hear,
If you don’t have any question please mark it as solution.

Happy Automation!