Hi there,
I´m looking for a solution to apply rules on the content of a subfolder triggered by a file that arrives in the parentfolder.
Example:
FOLDER A
-- SUBFOLDER B
---- file "C.txt"
There´s a Folder A, that contains a Subfolder B with file "C.txt" in it .
I want "C.txt" to stay in the subfolder until another file "C_1.txt" arrives in the parentfolder "A"
FOLDER A
-- file "C_1.txt"
-- SUBFOLDER B
---- file "C.txt"
Now specific rules should start to each file, triggered by the arrival of "C_1.txt"
I think there has been a similar question in this forum some time ago, but I didn´t found it ...
Greetings from Germany,
Graf_Wetter