I have a reset password workflow behaving very strangely. No matter what I do, the workflow’s behaviour doesn’t change. Before you ask, I’m definitely on …/version-test and on Development in the builder.
It’s nothing complicated - just click a button to run the password link workflow. I have even put a condition to only run it when user email = “XYXYXYXYXY” and the workflow still runs it, ignoring the condition.
I have tried disabling the workflow, constraining various workflow actions, etc. The workflow just runs as normal as if nothing was changing. Even deleting the workflow still runs it!
It’s as if my browser was caching the workflow somehow, is this even possible?
PS. I’m fighting with approach to this simple task already 5 hours using different methods, different plugins, but conditional statement does not work.
Have to note: this is brand new app created just today
I found solution for my problem, and I found reason for it happened.
Through all workflow the conditional didn’t get value to compare. Looks like all plugins I used set results states longer, then flow was passing.
To check it you should create some database just for tests reasons and put all the values to compare there near the step you met problem.
For my case I stored states of LocalStorage and got that it is empty (before I just put it dynamic values on index page to see if it filled in - in this term such case fail)