Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Pelli
Partner - Contributor
Partner - Contributor

For each file for Google Drive Connector

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.

Labels (1)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

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')`.

View solution in original post

2 Replies
-SW-
Partner - Creator II
Partner - Creator II

Vegar
MVP
MVP

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')`.