How to treat zero as not empty in flowcharts?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • josef
    Junior Member
    • Jul 2025
    • 3

    #1

    How to treat zero as not empty in flowcharts?

    Hi,
    I have an testint int field with a default value of 0. When I create a Conditional Intermediate Event node in the flowchart with the condition testint is not Empty, the flowchart process still waits at that node as if 0 is considered empty.

    Is there a way to treat the value 0 as not empty, so that the process doesn't get stuck at this condition?
  • yuri
    Member
    • Mar 2014
    • 9182

    #2
    Hello,

    You can use a formula condition.

    Click image for larger version

Name:	image.png
Views:	0
Size:	21.0 KB
ID:	119815
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...