Its the expression which I mainly struggle with, Its different to excel/PowerApps.
if('PAT Tested Date'>Today()-365,'PAT Tested'.Value="Expired",'PAT Tested'.Value)
Trying to get that, to work with a Power Automate Filter Query.
Is this correct?
(PATTestedDate lt '@{addDays(utcNow(),-365)}')