I am trying to build a flow that will be setup to remove all files from a sub folder if they are older than 180 days.
I have viewed multiple solved guides all with no success.
The flows seem to succeed, however no action is taken each time.
Current flow:

Though I have built this to have filters on the Get files query to ```Created lt'addDays(utcNow(), -180)```
The expression in the condition is

After I run the flow I get the below:

Indicating it was successful, but nothing happens.