To proceed front and back in a flow using back button

My requisite is to keep a back button that allows you to go back to the last step.But with local action there is a ui bug.Can you provide a way for solving this?

@SaiS0112 Hi, Can you please let us know if you were able to use a screenflow as an option process instead of optional action?

Hi @SaiS0112

I assumed that, you need a back button to navigate from one screen to other. In this case please refer the below configs as follows:

Function Name: script:pega.u.d.submit

Under Parameters in “Value”: “pyActivity=GoToPreviousTask&previousAssignment=true”

Config as above.

Let me know if the issue is still persists.

@RAVOOF Works perfectly fine within a stage.What should we do if we need to go back to the last stage with the back button?

@SaiS0112 we have couple of OOTB activities. You can change the stage by using “pyChangeStage” Activity. Customize as per your requirement. Hope this solves your issue. If the issue still persists, please let us know with the required screenshots.

Thanks!