Help with Microflow process in learning path

0
Hi Everyone,   Are any of you working through the creating your app learning path? I need help with the microflow process I am stuck. I have tried 3 times to fix this. its in 4.2 section(modifying your microflow section) and cant figure out how to fix it. It seems there is an issue putting the ‘true’ and ‘false’ values in the decision triangle. It wont accept $ Task/DueDate >= $ Task/CompletionDate..Any suggestions? Thank you, Emily
asked
3 answers
2

try to use autocomplete (ctr + space) to see the field is existing in the $Task entity or not. If not you need to add in the entity.

answered
0

Did you add the CompletionDate attribute to the Task entity in 3.4.1?

https://academy.mendix.com/link/module/293/lecture/2291/3.4.1-Create-an-Entity,-Attribute,-and-Association

If you did, check the spelling and type to make sure it matches.

answered
0

Hi Emily Dedmon,

Check whether DueDate and completionDate attribute are written same way in entity as you are passing in Expression.

Also you can try to use mendix autocomplete feature by using “ctrl+space”

All the best.

answered