I am trying to merge or join the 2 messages in to one but one is an object and one is a string. The join nodes does not work. How can i join merge these two messages i have tried everything but no success.
The first message is from a Termux Android GPS API and the second is from a function flow that i created.
You might want to use a change node to rename the elements to something more meaningful.
Both messages need to have a msg.topic property: msg.topic = "gps", msg.topic = "event".
Then the join node in Manual mode will combine them into one.