How to save a single file in multiple folder location at a time

The bot download one file every day that file i want to store Bot folder and official folder how to do this at same time let me explain

Hi @rajababu.mandapati,

For this scenario I will assume the Bot has downloaded the file to the downloads/specified folder.

You can perhaps use a list to store all the locations to which you want to save the file.
Eg) ListOfLocations = [“C:”,“D:”]

Iterate through ListOfLocations
- Use the Copy File Activity and put currentItem in the To Location Field to save the file to multiple locations.

Hope this Helps!

You can use Parallel activity and within parallel activity you can use “Copy File Activity” so as the to save the file in both the folders at the same time

@rajababu.mandapati

Can you tell the use case?

Cheers