Automate Reddit
Explore Plans
Mobile menu Close menu
OneDriveOneDrive

History of files uploaded in folder

This query returns a list of recent files created in the folder you specify.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of recent files created in the folder you specify.
API endpoint slug
onedrive.history_of_files_uploaded_in_folder
Runtime method
performQuery("onedrive.history_of_files_uploaded_in_folder")

Query fields

Path Text input

Label
OneDrive folder path
Helper text
The path of the folder.
Slug
path
Required
true
Can have default value
true

Ingredients

FilenameThe name of the file created.

Slug
filename
Filter code
Onedrive.historyOfFilesUploadedInFolder.Filename
Type
String
Example
E.g. notes.txt

Filename no extThe name of the file created without the extension.

Slug
filename_no_ext
Filter code
Onedrive.historyOfFilesUploadedInFolder.FilenameNoExt
Type
String
Example
E.g. notes

Modified timeThe date and time the file was modified.

Slug
modified_time
Filter code
Onedrive.historyOfFilesUploadedInFolder.ModifiedTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Modified byThe name of the file modifier.

Slug
modified_by
Filter code
Onedrive.historyOfFilesUploadedInFolder.ModifiedBy
Type
String
Example
E.g. Someone

File URLThe URL for the file.

Slug
file_url
Filter code
Onedrive.historyOfFilesUploadedInFolder.FileUrl
Type
File URL
Example
E.g. https://public.files.1drv.com/somestringrepresentingthefile