I have a recuring flow that is to delete items that are five years old with a status of 'Archived'.
Will the following Get Items Filter Query get the items I'm looking for?
(Status eq 'string('Archive')' and 'Created eq 'string(formatDateTime(utcNow(),5))'