Table of Contents

For each file in OneDrive

Iterates over a list of all items in a OneDrive folder.

Onedrive Foreach File

Example Example
This flow iterates through all files in a OneDrive folder, deletes each file, and then sends an email notification once all deletions are completed.

Properties

Name Required Description
Connection Yes The connection to the OneDrive account. Setting up a connection requires a Microsoft Work or School account.
Folder No The OneDrive folder to iterate through. If not specified, the root folder is used.
Drive item name Yes The variable name that represents each file (driveItem) during iteration.
Disabled No If enabled, the node is skipped during execution.
Description No Additional notes describing the purpose or behavior of this node.