Back button is not visible in a screen flow.
Steps to reproduce:
1. Create a start shape->assignment1->fork-> assignment2 and assignment 3 based on the fork decision.
2. Connect assignment2->assignment1.
3. So we get a loop like flow where assignment1->fork->assignment2->asignment1.
4. Connect assignment 3->assignment 4->end
4. Execute the flow in portal. We are unable to see back button for assignment 2 . However the back button can be seen for assignment 3 and assignment 4.
We are able to see the back button for assignment 2 only if we place some assignment before fork from assignment1 or after fork connected to assignment2.
Can someone suggest the solution for this?