OneDrive - New file trigger

Configure the OneDrive connector to detect new files created in a specified folder in your OneDrive account. The New file trigger checks for new files once every poll interval and processes each file as a separate job.

Input

Input fieldsDescription
FolderSelect the folder to monitor for new files. Subfolders aren't monitored.
Trigger poll intervalDetermine how frequently to check for new events. Defaults to five minutes if left blank. The minimum allowed value is five minutes.

Output

The output datatree contains information about the new file. This includes the file name, size, and download URL.

Output fieldsDescription
IDThe unique identifier of the file.
NameThe name of the file.
SizeThe size of the file in bytes.
File kindIndicates whether the item is a file or folder.
Download URLThe URL to download the file.
Web URLThe URL to view the file in a web browser.
Created byInformation about the user who created the file.
Created atThe date and time when the file was created.
Last modified byInformation about the user who last modified the file.
Last modified atThe date and time when the file was last modified.
ETagThe ETag (entity tag) is a unique identifier assigned to a version of a file or resource in OneDrive. It serves as a way for the system to track whether the content of the file has changed.
CTagThe CTag (change tag) is a timestamp or identifier used to track changes in a folder in OneDrive. It is often used for synchronization of folder contents, rather than individual files.

Last updated: