Table DAT of constantly incoming values

Hello, I would like to create table out of constantly changing data. And each time the value changes it adds another row.
But I’m stuck at the point where a new value creates a new row.
I’ve attached a toe.

I hope it’s a quick fix for the pros… :smiley:
Thank you!
Naomi
create_table.toe (4.7 KB)

Oh and in the seconds step, is it possible to reduce the rate it’s recording the values?

Ok, I’m at this point now, but I can’t spot the error in the code… ChatGPT couldn’t help either… :laughing:

In case someone ever comes across that problem, I solved it:

op(‘fifo1’).appendRow(op(‘null14’).row(0))
op(‘fifo1’).appendRow(op(‘null14’).row(1))
op(‘fifo1’).appendRow(op(‘null14’).row(2))