Hey All,
Every day i get a file in a certain sharepoint map with the current date in the name of the file.
The flow i want to create is to delete "old" file. So all the files that doesn't containt the current date in the name
So i created a array with a list of all the files.
I have an array with files from sharepoint, i want it to filter out
I created a variable with the current date 'ddmmmyyyy'.

And then filter the Name of the file that doesn't contain the date.
But for some reason, this doesn't work while the variable are correct:

But it doesn't filter:

What am I doing wrong?