How to use MQTT messages in microflows ?

0
Hello   I can successfully receive messages from the server using MQTT, But I want to use the data passed in by MQTT elsewhere. What should I do? Thanks!
asked
1 answers
1

You just need to add some more actions to your microflow. So after you’ve imported the JSON you’ll have one or more objects available. If these are persistent objects that have been committed, you can retrieve them at any time elsewhere in your application. You may want to just use a subset of the data sent, in this case you can create a new entity or amend an existing entity with just the data you are interested in.

Hope this helps.

 

answered