Bug? Error branch does not update variable

Hi there,

I’ve created a workflow that updates a boolean variable so I can show a success message.

I’ve also create the error path so it updates a different variable to show an error message.

If you check the loom you’ll see that the success variable is updated when the workflow runs correctly but when the error branch runs it does not update the error variable.

Is this a bug or am I doing something wrong?

Loom: loom link

Hey, I seem to have the exact same issue. Did you figure it out?

No not yet… I’ve stopped this work and picked up something else. Would appreciate if someone from Weweb could take a look. Is there a way to tag people?

I’m not sure about tagging. As a workaround, I didn’t create separate alerts for success and failure. Instead, I pass different values based on the outcome (success or failure) and use a conditional to assign the appropriate class for the alert’s background.

The classes I’m using are custom CSS class, and the end result is close to what I wanted.
However, there’s a significant issue with the variable not updating in the ‘false’ path, which affects the overall functionality.

Thank you for your suggestion Paul.

@Joyce it seems 2 people are experiencing this, could it be a bug?

This seems to be related.