Question
Screen flow back and next buttons are not working properly for some work objects
We got a production issue in screen flow where person cannot move to previous or Next screen by click on back/Next button . We have observe three cases in production last week
we have traced the issue for back and found out in GoToPreviousTask on step 8 jump condition 2nd conditon getting executed and it get fails and jump into rollback.
@OperationFail() - this is getting true
@determineDeferErrors(newAssignPage, myStepPage) - this is getting false
Can anyone please let us know why these functions getting thoese results
Note: In the screen flow we have checked save last step and proceed with errors.
***Updated by Moderator: Lochan. Removed user added #helpme tag. Apologies for confusion, shouldn't have been an end-user option***
one reason could be you would have error messages on clipboard, this could be of any reason saying you have some validations on the current flow action and you would not showing that page messages on the screen. So you are unaware of the reason.