Issue with accumulative values of a table in dashboard

Hi all
with raspberry pi, I' am getting values from logo siemens PLC. My idea is to show these values in a table inside the dashboard.


Current it is working and I can read the data and this data is visible in the table and dashboard:
image
But my issue is that i can only see the current value each second instead of see the historical values: the current data(current second) delete the old one.
This is the object that I created in the function before send to the table node

And also this is the table node config

Thanks a lot
Walter

see import > examples > ui-table for examples of how to add rows to a running table

Or a forum search would give plenty of examples ui-table addrow
Like this one Problem updating UI-Table - #2 by E1cid

I understand that you are still working with Dashboard-1.0, which is now officially end-of-life in Node-RED.
I suggest you move to dashboard-2.0, and use a much-improved table node (@omrid01/node-red-dashboard-2-table-tabulator) which will allow you to add, update, delete & query data in any way you want.

Thanks , how can I know the Dashboard which I am using?

Look at the palette from which you select the nodes:
Dashboard 1.0:
image

Dashboard 2.0:
image

Both are installed on top of the basic Node-RED. Dashboard 1 is node-red-dashboard and dashboard 2 is @flowfuse/node-red-dashboard

I guess I have Dashboard 2.0


BR
Walter

I think you will find that that is Dashboard 1. If you look in your Manage Palette menu option the drop down will show @flowfuse/node-red-dashboard v1.16