Error in Workflow within Component

  • jocenunes-1305566859898261565

    Joce Nunes

    5 months ago

    I have a workflow with three conditions:

    Condition 1: This is evaluated as true, displaying the "Senha Empty" message, which is correct.
    Condition 2: This is evaluated as false, which is also correct.
    Condition 3: Although this condition evaluates as false, the workflow still proceeds, showing the "Redirecionando" message, which shouldn't happen (as shown in Image 2).
    Is this a bug, or could there be an error in my logic?
    1305566860778930227-image.png
    1305566861253017660-image.png
    1305566861693288488-image.png
    1305566862138150983-image.png
    1305566862544867368-image.png
    1305566863014498334-image.png
  • lucasg-1305578807021011056

    Lucas G

    5 months ago

    Current value is true
  • Meaning it evaluated as true
  • The error is in the logic
  • lucasg-1305579253655539722

    Lucas G

    5 months ago

    Also the Equals modes are redundant as the variables are already true/false
  • jocenunes-1305606368501305395

    Joce Nunes

    5 months ago

    Thank you @Lucas G