Thanks you very mutch @E1cid , it seems to work on my side. I get the table from second connector. thanks.
But Since I had imported your flow, I have two ui-table handler available in the nodes list.
And both are differents, differents options.
There is one that doesn't respond to the gettable and the other yes.
@E1cid with your flow I can't have event when a cell is changed from the ui (option "editor": "input").
Also, in the array send by the gettable request, it haven't been update with the new modifications made from ui. it send the original table.
if I modifiy the value of a cell, the handle doesn't take in account, It look like the the table node and the handler aren't linked, how I can set the handle to get table with modified values when I request a a gettable ?
With the attached flows flows.json (48.9 KB)
You can modify temperature or voltage values from the ui. If I modify a cell there's no update on the table connector.
Nothing come out the output connector of the table node ("send data on click" is enable). Do you know how I can set this table node to get modified value on output connector when one or several cells are modified from the ui ?