How to read and write files/filenames from drive

Am trying to display the file name from the list above but cannot


image

Hi @usha_kanmani
Use For each and Pass the var1 in the For each .
Insert message box in the For each.
Pass the currentItem in the Messagebox

Hope it helps!!

Hi @usha_kanmani

Try this

Regards,

Hi @usha_kanmani

Check the below flow:

currentGDriveRemoteItem.FullName will print entire path
currentGDriveRemoteItem.Name will print the file name present in the drive.

Regards

It works. Thanks a lot for all your inputs.

Hi @usha_kanmani

Glad to have helped