Bug Report: Module Not Retrieving Files from Subfolders
Description
The module includes an option named “Watch also subfolders”, but it does not appear to work as expected.
Steps to Reproduce
-
Configure the module to watch a parent folder that contains multiple subfolders.
-
Enable the option “Watch also subfolders.”
-
Place a file inside one of the subfolders.
-
Run the module.
Expected Behavior
The module should detect and return the file from the subfolder, since the “Watch also subfolders” option is enabled.
Actual Behavior
No files are returned when the parent folder with subfolders is specified.
The module only returns files if I specify a direct folder and place a file there.
Impact
This prevents the automation from working as intended, since it needs to capture files not only from the parent folder but also from all of its subfolders.