Reference Route from Other Route

What would the syntax be to reference a server connect located inside one route, from a different route.

THE PROBLEM
You are on route 2 and user enters some form data.
User goes back to route 1 and the data is not updated because it isn’t refreshed, just reloaded.

So, on the success event of the form from route 2 you really need to cause a refresh of the server connect on route 1.

How can this be accomplished the right way?

Right now I’m just copying/pasting the server connect name from route 1 onto route 2 and it seems to work. But, I feel like there has to be a better way.

Community Page
Last updated: