This trigger fires every time a new file whose filename matches the regular expression you specify is added to the folder you specify
Developer info
API endpoint slug
onedrive.new_regex_match_file_in_folder
Trigger fields
Path Text input
Label
OneDrive folder path
Helper text
The path of the folder.
Slug
path
Required
true
Can have default value
true
Pattern Text input
Label
Regular Expression
Helper text
The <a href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference" target="_blank">Regular Expression</a> pattern to match file names with.
Slug
pattern
Required
true
Can have default value
true
Ingredients
Filename
The name of the file created.
Slug
filename
Filter code
Onedrive.newRegexMatchFileInFolder.Filename
Type
String
Example
E.g. notes.txt
Filename no ext
The name of the file created without the extension.
Slug
filename_no_ext
Filter code
Onedrive.newRegexMatchFileInFolder.FilenameNoExt
Type
String
Example
E.g. notes
Modified by
The name of the file modifier.
Slug
modified_by
Filter code
Onedrive.newRegexMatchFileInFolder.ModifiedBy
Type
String
Example
E.g. Someone
Modified time
The date and time the file was modified.
Slug
modified_time
Filter code
Onedrive.newRegexMatchFileInFolder.ModifiedTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
File url
The URL for the file.
Slug
file_url
Filter code
Onedrive.newRegexMatchFileInFolder.FileUrl
Type
File URL
Example
E.g. https://public.files.1drv.com/somestringrepresentingthefile