Hi,
I was wondering if there is a way to run some kind of router guard/interceptor before leaving the current Reactive Web App screen. This would be used to display a confirm window if the user has unsaved changes before navigating to another screen.
For any link on the screen, there's two cases for where the user could navigate to:
As a reference, this is how it could be accomplished in a Vue component. Hoping I could implement something similar to this on an OutSystems screen:
Has anyone run into a situation similar to this?