Hi All Got serial data coming in, The first Colum is the ID, rest of the columns is the data, how can I reduce rows down to the 3 IDs, updating each column with the latest serial data?
Thanks!
Hi All Got serial data coming in, The first Colum is the ID, rest of the columns is the data, how can I reduce rows down to the 3 IDs, updating each column with the latest serial data?
Thanks!
there are many ways to do this, here’s one example using only nodes:
find_latest_per_id_and_merge.tox (646 Bytes)