i`m searching for a node which stores a spread of values and remove the first value automatically if a new value comes in
store (spreads) is fine for me
that kinda sounds like a Queue (Spreads). Also see spread collections for further options.
edit: joreg was quicker :)
thanks for your help
ring buffer was the missing link
it is possible to combine the ring buffer with a “prevent doubles” function
… no text …