I have a condition that is sending out an email notification well, even though the flow is failing each time. This flow has worked for what is needed but now that one of the conditions has changed, I expected it to no longer be sending the email for an overdue list item. I get the error below:
Unable 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.'.
My condition is as follows:
I have three list items that are now "Complete"(this condition is not working), the due date is past (this condition is working).
I just recently added the third condition line to try and avoid it failing for list items that have an empty due date column.
The run screen shows that the flow evaluates all 48 lines in the list but fails and says no further actions succeeded although the emails do get sent for the three items with due dates before todays date. Those three list items are now marked as complete and I was expecting the condition to not be met so therefore no email sent out.
Any help on what I am missing here.