Make decision on count

0
How can I make a decision on a counted list? Each time the microflow gets called, I remove 1 item from the list. A different page should be shown to the user, when the amount of items in the list equals 0. I can count the items in the list, however I'am unable to re-use the 'Count variable' in my inheritance decision, to control the flow:   And when trying to set variable at decision:   I find it strange that I am able to use the count variable (ExistingQuestionListCount) at the '{1} vragen over.' showMessage object, but that it doesn't show up in the dropdownlist at the decision. What am I doing wrong?  
asked
1 answers
1

Try to use the orange (exclusive) split at the end instead of the green (inheritance) one

answered