Cron Plus help send payload topic

Cron Plus can possible to send message like object or flow

I try to send message like object type to payload but it return string [object , object]

[{"id":"d6c53c4.d0eb34","type":"inject","z":"442af5ca.cd920c","name":"","topic":"","payload":"[{\"command\":\"add\",\"name\":1,\"expression\":\"*/5 * * * * *\",\"payload\":[{\"casename\":\"3\",\"imei\":\"867724030292980\",\"start_time\":\"12:25:10\",\"length_time\":\"120\"}],\"type\":\"str\"}]","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":1370,"y":980,"wires":[["aac957f5.26f41"]]},{"id":"aac957f5.26f41","type":"cronplus","z":"442af5ca.cd920c","name":"","outputField":"payload","timeZone":"","options":[],"x":1620,"y":940,"wires":[["dca665c6.34dd3"]]},{"id":"dca665c6.34dd3","type":"debug","z":"442af5ca.cd920c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1880,"y":980,"wires":[]}]

change the debug node to display the 'Complete msg object' and see what you get.

I get like this message

Update i solve this solution use JSON.stringtify to make message to json and call type json it"s done

Did you explore the cronplus object in the debug?

Yes sir it from cronplus

Explore the whole thing! What is in the status and config in the debug?

Please don't post questions in two places, it wastes people's time.

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