How to Download files from OneDrive to Local

Hi,

1.How to download folder from OneDrive to Local
2.How to download files from OneDrive to Local

I am trying like below ways, where the files will be download

and

Thanks in Advance!

@Lucky1

what issue are you facing?

folder cannot be downloaded in one go…you need tp use download files in loop only

cheers

@Anil_G

I am doing it in 2 ways…Classic and Modern

1.where the files will be saved??

  1. I am getting error

Argument ‘File’: BC30311: Value of type ‘O365DriveRemoteItem’ cannot be converted to ‘DriveItem’. The selected value is incompatible with the property type.

@Lucky1

second one is a classic activity you need to use find files and folders …

now for the first way it would give you an output variable which will have the file location…

variable.LocalPath

cheers

@lrtetala

find files will get folders as well…looks like you passed folder to download file

cheers