Node notification problem

Hi,
I have one dashboard setting for my wife's mobile ....
There are some buttons and for each I have the node notification to confirm the function ....
The option "Send to all browser session" is NOT check but sometimes I have the message (Confirm?) in all my four tablet with different dashboard ....
How can I fix the problem also without this node?

If you're flows are deleting the original msg object, the notification won't know which browser to send the response to.

Use an debug node to inspect the complete msg - you will see a session id. If this is lost (due to your processing) the message will not know which session to respond to.

Disclaimer, it's been a while since I've touched stuff in this area :slight_smile: I could have this wrong!

1 Like

Ok, thank you ....

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