Using xCP v2.1
Has anyone implemented a scenario where you load a page (in a separate tab/window) via a context menu action, passing it a parameter to be used/accessed in the target window?
I am able to configure my context menu action (using UI Events "Navigate to Page") to load a new window/tab. When I configure my event, I have set the page_object_id parameter to the value I want to pass to the new page. All that appears to work fine.
What I don't know is, on the target page, how do I access the passed parameter (page_object_id) value so that I can use it? There seems to be no way to do so.