Hi,
I have an icon in the table component where alarms are displayed. When I click on the icon, I navigate to a different view based on the configured alarm (by changing the path of the embedded view) and send the tag name as a payload.
When navigating to another main view, I have an embedded template view that highlights the component for which the alarm was triggered.
I have written an OnMessageReceived script to receive the payload in the template view, but I am not receiving any payload there.
I tried troubleshooting with multiple print statements, but nothing is being printed in the OnMessageReceived script.
The scope of the message handler is set to Page.
Any suggestions would be helpful.