Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, everyone!
I'm having many problems when doing "for each file" trying to access to a google drive folder to take the files names. I have been investigating that this is not allowed for that connection. I wonder if there is any alternative to do what I have mentioned.
Thanks for advance.
To list all the files on your Google drive, I believe you can run and load the ListFiles table.
Based on the output in that table you should be able to loop through the files of interest. Either looping the rows and using `peek()`, or using a `for each fvalue in fieldvaluelist('fieldname')`.
Have you seen this link?
https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/
it might help...
To list all the files on your Google drive, I believe you can run and load the ListFiles table.
Based on the output in that table you should be able to loop through the files of interest. Either looping the rows and using `peek()`, or using a `for each fvalue in fieldvaluelist('fieldname')`.