Any way to trigger workflow when condition on dropdown changes default value?

I’ve got a dropdown field that I’m setting to conditionally display a value in our database if there is a value in our database (i.e., the user already answered the dropdown and saved it).

When the user selects a value from this dropdown I’m then triggering the calculation of a handful of custom states.

So, when I load the same form and set the default value equal to the value in our database, then the form doesn’t trigger those custom states because the value technically didn’t change.

Seems like there’s a better way to do this than the way I’m doing it. Any suggestions? …I’d prefer to keep the workflows DRY (do not repeat yourself) if possible.

Thanks!

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