What I am really looking for is a way to save all value's message that a node receives (in a list, CSV file..) in a way that I can later do something with this values.
So this is data received :
I tried to put all these values in myData List:
but it's not what I want(Even with append) ! it put every value in a list like this :
Also, I tried to save this value in a CSV File :
it saves only the last value :
So how can I save collected messages (data)? Any idea?
Thanks for answering and for your time in advance,
Tayssir