Find Files And Folders
Search files and folders from google drive.
Last updated
Search files and folders from google drive.
Last updated
Search files in google drive with specified search expressions and store the list of files with their properties Id, size, and name into a variable.
This activity can only be used after the Create GSuite Connection Activity
GSuite Connection : GSuiteConnection Variable
A variable name that references the gsuite connection to access the gsuite resources.
Search Expression : String Argument
The search query with one or more search clauses. search clauses contain a field, operator, and value part. for example name='SampleSpreadsheet'
and name contains 'Sample'
Max Count : Object Argument
The maximum count of files to be returned.
Google Files : List File Variable
The List variable that stores the search results.
First Result ID: String Variable
The ID of the first file is to be found.