Hi @TJamuna
-
Microsoft 365 Scope: Provide your Client ID, Tenant ID, and Client Secret for authentication.
-
Find Files and Folders: Set the Site URL to
https://<tenant>.sharepoint.com/sites/<site_name>
, specify the Folder Path (e.g.,Shared Documents
), and optionally use the Query to search for a folder by name (e.g.,name eq 'TargetFolder'
). The result will be stored in the FilesAndFolders output. -
If Activity: Check if the FilesAndFolders.Count is greater than 0; if true, display a message saying “Folder exists”, otherwise show “Folder does not exist”.
Or try below link: