You can always send values using url parameters and then retrieve those values from the url in your destination page. You will need to consider the user journey to see when you store those values in url parameters and for how many pages you will need to carry them in the url.
In your case you if you need the data of the trigger, you can store in a url parameter the Unique is of that trigger and in your destination page have a value set as “do a search for this trigger who has the same unique id than the url parameter”