Edits data in screen flow from Review screen

hi all, I`m designing a mortgage application in 24.2 constellation. the applicant fills in the details in a screen flow (personal, income, property etc). all entered data is displayed at the end on the review screen in read-only. how can the user jump into the screen before when they want to correct a mistake? back button is the only option?

can I introduce a local action in Menu, listing actions to Edit data on each screen? will the user be taken directly to the selected screen in a screen flow?

what are the possible design options?

@bebem : I think these options are not feasible. Only option I would see is to use hierarchical forms which is available from 24.1 V using which we can display information across multiple tabs.

@bebem as @krishnamohan Pokala mentions, jumping back to specific step in a screenflow is not an OOTB option for screenflows/multi-step forms.

You can certainly reuse the form/action as part of an optional action so it really comes down to case design and UX.

  1. You could capture the edit details in a optional action (modal)
  2. You could change the case lifecycle, to an alternative stage and allow the user to edit the details they need, then return to your main flow.

I know there is feedback for Constellation to allow screenflows to allow navigation, instead of just using the back button. This is something UI Kit versions did support.

@bebem

As you are designing a mortgage application, my assumption is that you have a customer facing application. The ConstellationJS engine is capable of jumping back into a screenflow, but this is not enabled in the default Constellation portal.

So if you implement the SDK, you can achieve this functionality.

@bebem Correction : Hierarchal forms are available for 24.2 version.