Announcement

Collapse
No announcement yet.

Exclusive Gateway Formula Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Exclusive Gateway Formula Error

    ​Exclusive Gateway Formula Error

    [2024-07-29 00:10:41] ERROR: Slim Application Error Type: TypeError Code: 0 Message: Espo\Modules\Advanced\Core\Bpmn\Utils\ConditionMan ager::checkConditionsFormula(): Return value must be of type bool, null returned File: /volume1/web/EspoCRM-8.0.5/custom/Espo/Modules/Advanced/Core/Bpmn/Utils/ConditionManager.php Line: 130 Trace: #0 /volume1/web/EspoCRM-8.0.5/custom/Espo/Modules/Advanced/Core/Bpmn/Utils/ConditionManager.php(64): ​
    Attached Files

  • #2
    Hi lj4353,

    There should not be any ; delimiter used in formula code when it determines a condition. It should be one expression that returns a value (TRUE or FALSE).​ Example:
    Code:
    status == 'New' && assignedUserId == null

    Comment

    Working...
    X