Search K
Appearance
Appearance
Retrieves a list of all files in a SharePoint folder.
Use this task to enumerate the contents of a SharePoint folder when you need to process, report on, or distribute multiple files at once. The task returns metadata for all files found, which can then be iterated in a loop or used to drive conditional logic. This is commonly used for batch processing scenarios such as ingesting new documents, auditing folder contents, or triggering per-file actions.
| Field | Type | Required | Description |
|---|---|---|---|
| Sharepoint Folder | Text | Yes | The full URL of the SharePoint folder to list files from, for example https://myco.sharepoint.com/sites/YourSiteName/Shared Documents/YourFolderName. |
| Name | Description |
|---|---|
| SharepointFiles | A list of SharePoint drive item objects, one per file found in the folder. Each item includes the file name, ID, size, and other metadata. |