How to check the particular folder exists in sharepoint by using Microsoft 365 scope

Hi @TJamuna

  1. Microsoft 365 Scope: Provide your Client ID, Tenant ID, and Client Secret for authentication.

  2. 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.

  3. 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: