We use “every time when state is not empty” condition to trigger a workflow.
We take the state to empty every time a user press a button. The button triggers javascript script and once the script processes necessary step, it sets value in the state using javascript to bubble.
This has been working for months, but in the past few weeks, we see this way of triggering stopped working.
Does anyone have the same issue? I am guessing recent change in bubble affected how state changes are detected.
Yes, we change the value back to empty to make sure that trigger detects “from empty to not empty.”
We have looked into why what used to work stopped working, and we eliminated pretty much all the possibilities other than this trigger somehow changed.