Hello,
I am currently having a tough time trying to come up with a solution to an issue and am wondering if anyone else has found a way.
Basically, when a set of manufacturing work instructions are closed I am storing the step name that it was closed on. This is so that when another person opens that work order it will jump them to the location they left off at so they can continue with the assembly. We have quite long work instructions and so manually clicking through all the slides is tedious.
The current triggers are set so that when the app is started a transition is triggered to go to the stored step by name. However, after this transition, if you press on the “previous” button it takes you all the way back to the beginning of the instructions rather than the previous step in the app. I think this is because as the app starts it goes to the first step and then jumps to the stored step. And it seems like the “go to step previous” transition is functionally “go to the most recently active step”.
Does anyone know how to get around this? I could of course hook the previous button up so that it names the previous step as a destination, However this would require a lot of manual work on every single step. Is there a way to automate this?? Or maybe a widget that achieves my desired “Previous” button functionality?