Only let data pass through if != to previous value sent.

sky rat's icon

I know there's a node out there for this but for the life of me I can't find it.

I'm looking for a node that takes in a stream of data and only sends the data through with a bang if the data is not equal to the previous sent value.

This obviously fixes an issue of having duplicated data be sent through the system.

thank you

Roman Thilenius's icon

change? at least for numbers.

sky rat's icon

Yes sir, thank you.