Hello,
I’m trying to retrieve my own data that I throw at ThingsSpeak and send it to Blynk too
In the debug I already get the data to appear, but too much information appears
{“created_at”: “2020-05-23T16: 26: 45Z”, “entry_id”: 97987, “field1”: 26}
I wish only 26 would appear, since that is the value I want to send to Blynk
I have tried change msg.payload, but it has not worked for me
How could I do it?
Thank you