Hi Team,
I have two views — one where a button click saves the wire, runs an integration, and then navigates (via UESIO route) to another view using the recordId in the params.
In the second view, there is a Back button. On clicking it, I need to return to the previous view, which contains 3–4 screens (e.g., Personal Details, Additional Assets, etc.).
Each screen in that view is opened in view-only mode based on a true/false wire condition. My requirement is that, when clicking Back, it should open directly on the last screen of that previous view rather than the first one.
Additionally, the collection wire data in the previous view should remain filled after navigation, so the user doesn’t lose any entered data.
Below are two screenshots for reference:
-
The last screen where I need to navigate back.
-
The current screen with the Back button.
Could you please guide me on how I can achieve this behavior?

