Hi,
I'm building a table using the node-red-ui-table. I looked at older posts in this forum, at the documentations and at the examples, but still there's something I cannot find/understand how to implement -
I have my table with row selection tick box. I want to have a submit button which will send the data from the selected row to my flow.
When I choose "send data on click" in the table node, I get data from every row clicked, regardless of the tick box.
I want to be able to choose specifically the relevant rows with the tick box, and send their data only.
Can anyone help?
Thanks