Hi, Im trying to get some data from mosquitto broker. Im handling the received message/payload using the below microflow and an import mapping. It is hitting the Import from Json action every time I publish the request from the broker, but it is not moving to the next steps. There are no errors either. Can someone help?

0
/file?guid=19703248380430432
asked
1 answers
0

That looks like you have two items called Payload, the String parameter and the output of the Import mapping. I wonder if it's worth renaming one of them.

 

When the breakpoint is being hit, single step over the Import, and check what the output looks like. Has it imported correctly? If not, check the incoming Payload string and see if it is what you are expecting.

 

Good luck!

answered