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

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!!
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.
Glad to have helped