Hi all,
I'm using the node-red-node-mysql to fetch data from a database.
This part is working.
I'm getting this data :
msg.payload : array[1]
array[1]
0: object
zoektekst: "Schoorveld Maasbree 233291"
Now I would like to pass this `zoektekst´ data to Telegram, what is the best way? I'm either getting "message.payload.content is empty" or an object is returned in stead of a string.
Kind regards,
Peter Hunt