Hi,
I have a SharePoint list that I want to filter and organise based on the 'Modified'
On 'Get Files' I have created a filer Query using the following
Modified ge '2020-01-01T00:00:00Z' and Modified le '2020-12-31T23:59:59Z'
This works fine and is getting all files I need.
When I want to get said files into month folders I am using the following

This does not work and all files return as true.
Any help!