Is there a way to go back to last step in a screen flow
Hi,
I have a use case where I collect case information using a screen flow, once I finish I move to the next assignment for final review within the same stage. See example below:
Is there a way to go back to the last step of screen flow?
Since we cannot add a ticket to the assignments within a screen flow. I have tried with a "back" button that triggers an action set to run a script: script:pega.u.d.submit
with parameters "pyActivity=GoToPreviousTask&previousAssignment=true"
But it seems it cannot find a previous assignment. (error: Previous assignment not found)
Any thoughts or workarounds are welcome.
Thanks,
-Jose N