Scan a directory for (new) files.

Parameters:
Delay on each directory scan [seconds]
How often to rescan the folder. Use a sensible value (e.g., 5–30s) to avoid hammering disks or network shares.
Directory to watch
The root folder to monitor. You can choose from common locations (e.g., assets, temporary data, recorded data) or supply a custom path / expression (⋯ button).
Output
What should be returned at each tick:
File Filter
Glob pattern to include files (e.g., *.csv, *.json). Leave * to include everything.
See dedicated page for more information.
scanDir is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
Watches a directory at a fixed interval and outputs the files it finds. Great for simple “drop-folder” style automations.
What you get: on every scan, the action emits a table with at least these columns:

10assets/all files in folder at scan time*Result: every 10 second you get a full snapshot of the folder.

