Find folder using FolderId and Find files and folders Activity

I am using Find files and folders activity because it does not require the connection but issue is that in this the search expression is not working based on Id. It is working based on Name and parent but not on ID so what should i do?

Hi @Varun_Sharma1

Could you please share screenshots showing what value are you passing for same and what values when you use are not working?

@Varun_Sharma1,

Find files and folders activity has been deprecated. Try to using the below highlighted activities.

In find files and folders we are passing just Search Expression and rest is configured in Gsuite scope so there is not much to provide ss for. The queries which is working is
““mimeType = ‘application/vnd.google-apps.folder’ and '” + dequeuedFolderId + “’ in parents and trashed = false””

and failing is
““mimeType = ‘application/vnd.google-apps.folder’ and id ='” + parentFolderId+ “’ trashed = false””

Hi @Varun_Sharma1

Please refer the syntax specified in below posts,

This isn’t useful for my case. In this article it is finding folder by name or the child folders of a folder whose Id we have. What i want is to find a folder using its folderId and i can’t use any activity which requires connection to be established so i can’t use the get file/folder activity at all

Hi @Varun_Sharma1

Have you. Verified that the folder is you are using to search is correct?