Hi All,
I need your help with below topic:
I have a table in Excel like this:

and I want by using Power Automate recieved emails, about overdue Expiration Date. I used such a flow:

A condition step has such details:

items('Foreach')?['ExpirationDate'] is less than utcNow()
Unfortunatelly I recieved a message that my test is faild due to such a message:
InvalidTemplateUnable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'less' expects two parameter of matching types. The function was invoked with values of type 'Null' and 'String' that do not match.'.
Can Anybody please help me to resolve this case?