nope. The RBE-node filters values, which don't meet the conditions in it. So, in my example the "last output value" in step 3 will be that of step 2: 22. BUT the "last output value" of step 4 is still 22.
So, to sharpen my question: is the "last input value" really just that: the last input - regardless of the filter condition? or is it the last "accepted" input value. In the latter case, it's kinda useless for my use case - but I'll get the impression as the output values tend to not change... I'll have to log everything to be sure (that's why I ask here first)
It is clear what is meant by 'very last input value at all', but I don't understand what you meant by 'last accepted input value'. I suggested that you mean the last value passed on (which is the last output value) but you said no. So what did you mean by 'last accepted input value' if it is not the previous value passed in and is not the last value passed on.