Hi All,
I am getting error in Contains Function of Find and Folder Activity Google Drive .Here Archive is the folder which I am having and trying to find the Id of this folder/
Hi,
@marina.dutta
Did you try With simple plus instead of single and double qoutes.
Try like this
file_id+"in parents and name contains"+Archive
Something like this file_id+“in parents and name contains”+Archive
Yes, Have you tried this.
Could you please make the change of Scope for Archive variable.
@marina.dutta your archive variable is out of scope make it accessible for this container
@marina.dutta one thing more…make sure these variables are string type if not use .ToString with variable
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.