Get files in OneDrive
Gets a list of files and folders in a OneDrive folder.

Example 
This flow retrieves a list of OneDrive items (files and optionally folders) from a specified folder, identifies which of those items are Excel files, and for each Excel file reads its contents and processes the data row by row.
Properties
| Name | Type | Description |
|---|---|---|
| Connection | Required | The connection to the OneDrive account. Setting up a connection requires a Microsoft Work or School account. |
| Folder | Optional | The OneDrive folder to read from. |
| Include folders | Optional | True to include folders in the list of OneDriveItems to return. |
| Result variable name | Required | The name of the variable that contains the list of OneDriveItems returned. |
Returns
List of OneDriveItems containing metadata about the files (and optionally folders) in the specified OneDrive folder.
If no folder is specified, the items in the root folder is returned.