Pass variable from page or tab

Is it possible to pass a variable from one page or tab to another?

If it’s just a string you could use dynamic pages - https://docs.universaldashboard.io/components/pages#dynamic-pages

If it’s any more complex, you could store it in a $cache: or $Session: variable (like $cache:data or $session:data)
Content in those will be available to all users on the entire site, or the current session on the entire site, respectively.

2 Likes