I have a workflow which requires me to reload the site every time before getting data, otherwise no data is returned. I’m using version [email protected].
Here’s what it starts as:
When I click on “Execute previous nodes” after loading for the first time, it does this:
So far, so good. But this is what happens if I click Execute Node:
If I refresh the page and rather than clicking “Execute previous nodes” I straight away click “Execute node”, it works:
The bug appears to be new as I’ve been fine up until this point, but it is seriously hindering productivity having to save then reload the page EVERY_SINGLE_TIME I need to test a node.
One clue to what’s causing the bug might be the fact that I have a couple of IF nodes. I have noticed unpredictable behaviour where the green ticks go off down the wrong route. For example, if the result is TRUE, I see the green ticks actually go down the FALSE path instead. This may be why there is no data arriving at the node I’m working on. The IF node only sends data down the right path on first-load.
Here’s the workflow: