Skip to content

Get SharePoint Files by Folder ​

Retrieves a list of all files in a SharePoint folder.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Sharepoint FolderTextYesThe full URL of the SharePoint folder to list files from, for example https://myco.sharepoint.com/sites/YourSiteName/Shared Documents/YourFolderName.

Outputs ​

NameDescription
SharepointFilesA list of SharePoint drive item objects, one per file found in the folder. Each item includes the file name, ID, size, and other metadata.

Tentech