Hi,
I am trying to compare two dates .
Today and "Conclusion Date" but i get the error
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.'.
I use Compose to get todays date - formatDateTime(utcNow(),'yyyy-MM-dd')

but my conclusion date has dates of 10/2/2023.
is this a format TYPE for each field? or could this be the DATE format?