Novunex Community

Forum Am I using the Display Condition wrong?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #531
    Lisa
    Participant

      Dear all,

      I was using the display condition in a form in the process.
      I used a switch and a text field.
      For the switch (MySwitch), I was using “Yes” as “true” and “No” as “false”.
      The text field (MyText) should have been displayed when this condition matches:
      $[MySwitch] == ‘false’

      It is working in the first step, but moving on to the second step, the displayed MyText text field disappears and is only shown when I select “Yes” and then “No” again on the switch.
      Also, after a “Save”, where I leave and enter the form again, the field is no longer displayed no matter if the display condition matches.

      Am I doing something wrong?

      Kind regards,
      Kathy

      #532
      kathy
      Participant

        Hi Lisa,

        you could try using ‘False’ instead of ‘false’ for the display condition.

        Best regards,
        Kathy

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.