Perspective Params

In ignition perspective how to use parameter of a view in another view

You can embed that view in which you use the view param into another view. From your other view you will have a params prop in your Embedded view component. You can then add your view params from that Embedded view by selecting the Sync Params option.

You can also use message handlers to send parameters as payload

1 Like

If multiple views need access to the same property, you can also utilize a tag to store the data (if common to all clients), or a session.custom property if unique to a client.