Apparent Workflow Bug - User Record being updated when it should not be

No idea what is going on here. Is this a bug? Thanks!

You could try doing a console log via javascript

  1. Add custom JS
    2. console.log('fired when true') for true console.log(‘fired when false’)` for false

this seems like the workflow works, without any proof that it actually fires in the true branch. Could you provide that also?

1 Like

Thanks @Broberto that helped. I had another workflow tied to the form container that was making the update. Deleted it and all good.

Glad I helped)

1 Like