Hi, I'm after some help in regards to formatting the way I see the push notifications that come through on my phone.
I read MQTT data from a PLC then every hour push that data into notifications which works perfectly I just want to know how to, if possible, remove the {} and some of the "quotation marks"
You may need to elaborate on how you are making the messages.
For the sake of it, could you please make an inject node that gives the same as what you receive in/on the MQTT IN node and put a debug node on the output of the json node.
Paste here - correctly - what the inject node sends and what the debug node sees.
(use the button at the top of the window that looks like </> to surround the code.
Try using the template node in mustache mode to create your message.
Something like below in the template, you will not require the JSON node either. Total logs {{payload.TOTAL LOGS}} in last {{payload.LAST HOUR}} hours
You can make the text anything you wish and the {{ }} sections will be replaced by the values.