I have an issue here with passing a variable value in this loop to indicate the folder in gdrive. Please let me know how to pass the location in loop in SS I have passed the value of the lv_download variable but I want to know how to assign value to this variable
Hi @rikulsilva, Thanks for the reply but I want to know to pass the value in Loop where it is pointing to location. In the ss, I have passed the value of the lv_download variable but I want to know how to assign value to this variable
I don’t know if I understand your requirements right
The For Each File/Folder already create a variable called CurrentItem holding information about each file
When you DownloadFile you can create a output variable to hold information about downloaded file. After Download File executed successfully, the variable have a property called LocalPath that refers to Full Path for the downloaded file.
Let me elaborate on the issue, check the image
in the highlighted portion where I have provided lv_download variable and its datatype is GDriveRemoteItem. I want to assign a value to this variable and I don’t know how to assign a value to this variable