From ThingSpeak to Blynk

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

Welcome to the forum.

Have a look here:
https://nodered.org/docs/user-guide/messages

Thanks, with the guide I have managed to isolate the value and send it where I wanted.

Resolved

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.