I'm trying to build a microflow with a decision that contains logic to determine if a date attribute is in the future but I get the following error when I run it.
com.mendix.modules.microflowengine.MicroflowException: Failed to evaluate expression, error occurred on line 1, character 3 if[%CurrentDateTime%]>$IteratorTaskList/DueDate then true else false
I'm guessing I'm making a basic error in the syntax, but have no idea what. Any pointers would be helpful.