Learning path : Build an app in studio

0
When changing Microflow SelectDoneSts I keep having a problem with the decision part : $Task/DueDate != empty and $Task/CompletionDate != empty I always come in the part of false. I don’t understand why.
asked
5 answers
0

Can you share the screenshot of your decision expression?

answered
1

Hi,

 

Please use below link and add breakpoints in your microflow to see what values the objects have in the debugger.

https://docs.mendix.com/refguide/debug-microflows-and-nanoflows/

Check if the values are empty or not?

 

Regards

answered
0

this is the microflow

answered
0

XXXXXXXXXXXXXXXXXXXXXXXXX

answered
0

Screenshot

answered
0

Problem solved myself. Stupid mistake made.

As an exercise I had to COPY the Due Date to Completion Date (extra field in Task entity) and I changed the Text correctly but I still had used Due date field on the page so I had 2 due date fields on the screen meaning that the completion date always kept blank which ended in an error of course. after changing the field into the correct field date, all worked fine :-)

Thanks for trying to help me out.
 

answered