How to test expressions in a MicroFlow while debugging

0
Hi, I have a MF which should convert a string to a date. I have a few conditions I want to check, but while checking the result is always an empty string. So I want to test the conditions manually, but I cannot see how I can do that (i.e. like in Excel in the intermediate window I can check by typing expressions and test them). I can see the values of the input and output parameters in de debug tab, but this doesn't help much. I use version 5.3.2. Any help is appreciated. I couldn't find any usefull info in the documentation how to check expressions.
asked
1 answers
0

You could set a breakpoint in the microflow and then select 'Edit breakpoint condition' . In this breakpoint condition you can set an expression. If the expression is true, the execution of the microflow will halt at the breakpoint.

answered