Hi
I have been using latches for some time now.
However at the moment trying to create even a basic new workflow with a latch, I am finding the reset expression whilst evaluated and the latch debug info suggests the latch has been reset, the stored value for the latch is not being reset.
A very basic expression as per the example
latch {{data.state}} > 100
reset {{data.state}} < 50
It latches fine, however on reset the stored value of the latch state is still True
Here is the debug showing the latch results after a payload that should reset, and it does suggest it was evaluated correctly.
However we can see in the latch storage that the latched state is still true.
As I said at the beginning I have used latches before and was having trouble so restarted with a basic example from the docs, and the latch is still not being reset. (Maybe it’s been a long week and I am missing something really basic
Thanks
T