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.