Hi all,
I'm building a workflow where there's a boolean (Threshold1 in excerpt below), that is quite noisy - it oscillates between True and False fairly rapidly, and I'd like it to stay True, until a second boolean value (Threshold2) becomes True (then become False until Threshold1's condition is met again). Basically, I'm trying to get clean ON / OFF cycles. I've tried a simple SkipUntil workflow, or adding DistinctUntilChanged conditions, or also use SkipWhile, but I can never actually get the desired outcome. I feel this has been solved many times previously, I just don't find the solution on the forum. Any tip on how to solve this?
Thanks