Any change in "every time when" trigger in workflow?

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.

you may be doing this from what you said above but just to clarify

change the state to a value
triggers the “every time state is not empty”

but you need to ensure the value is changed back to empty after it is triggered if you intend on the trigger running a second time

1 Like

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.

This topic was automatically closed after 14 days. New replies are no longer allowed.