All files in the folder follow the pattern of YYYY-MM-DD, I’m trying to filter only the files of 2023, and the variable is applied properly as in the print below.
The flow variable (string = *2023*) is applied properly but not overlapping what is written in the File name field, actually what is written in the File name field (*2022*) is overriding the Flow variable.
In the directory I am reading there are 18 files from 2023 and 76 from 2022, if the filter was coming from the Flow variable, 18 files would be being read, but actually the node is reading the 76 of 2022.
What he writes is that it is being controlled by a flow variable, as shown in the bottom of the config, which has 2023 as value. So it should not matter whatever is written in the field itself.
No @ArjenEX , what I’m saying is the opposite. It is not being controlled by the variable, but by what is written in the file name field.
If it was being controlled by the variable it would be reading 18 files as the variable is equal to *2023*. In the previous print it was reading 76 files because it was being controlled by what was written in the file name field.
For example if I write in the file name field *2024*, the node will not read any files in the folder