Folder Exists
Description
This activity checks whether a specified folder exists inside Google Drive or not.
note
This activity works only inside the Google Context activity.
Properties
Location
- Folder Path / Id - Specify the relative file path or id in Google Drive.
Misc
- DisplayName – Add a display name to your activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Optional
- Continue On Error – It Specifies whether the automation should continue even though this activity fails. This field only supports Boolean values (True, False). The default value is False.
note
Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.
Output
- Folder Exists - Returns the boolean(true or false) value indicating whether the folder exists or not.
- Folder - Returns the folder's metadata if the folder exists.
Example
Download Example