How to get the file names

Hi,
image

I just want to know how to iterate through the files available in the folder I mentioned here.
And how to get the file names.

@Gayathri_Mk

can you Try this once

You can mention in the properties which you want

Outputfiles.Select(Function(a) a.FullName).tolist

gives you all the file names which are there in the folder

Hi @Gayathri_Mk

  • Get File/Folder List (Output to filesList)
  • For Each item in filesList (TypeArgument: Google.Apis.Drive.v3.Data.File)
    • Inside For Each:
      • Assign activity:
        • To: fileName
        • Value: item.Name
      • (Optional) Add Log Message or Write Line activity to display the file name:
        • Log Message: fileName

how to move to specific folder?

@Gayathri_Mk

you can for each and mention the destination folder and in source pass the currentItem