I would like to filter a large spread in the background. What’s the best way to do this with reactive nodes? I understand the workflow for one observable, but how do I process whole speads?
I don’t think that it works that way, basically you subscribed to spread changes like this.
I think you need a task region, and you should HoldLatest the task region output…