How to download the pdf files?

Hi All,

I want to download only pdf file from the google drive which is as in the attachment please do needful to do the same.
and downloaded file to be moved to specified path"C:\Users\NaveenkuS7\Documents\GastriUHC"


@THIRU_NANI
@Nithinkrishna
@ppr
@ushu
@Rahul_Unnikrishnan
@Gokul001
@lakshman

Hello @HeartCatcher

You can use FInd Files\Folder to find the pdf files and you will get the id of the files. Then you can use a loop and pass that id to the Download file activity.

Hey @HeartCatcher

Did you explore the GSuite activities or you are planning for UiAutomation ?

Thanks
#nK

So @HeartCatcher since you are using UiAutomation!

  1. Use find children to find all the files

  2. Loop through it and have a check with local files array to avoid duplicate downloads

  3. If condition satisfied proceed for download with Wait for download activity

Hope this helps.

Thanks
#nK