How exactly is Back() function supposed to work?
Microsoft Docs says: "The Back function returns to the screen that was most recently displayed."
However I now created an app with a couple of screens where the behaviour seems to be slightly different.
If I navigate from Screen1 to Screen2 to Screen3 and use the Back function there, it takes me to Screen2 as expected.
If I use the back function again on Screen 2, I would expect PowerApps to take me to Screen3 (= the screen that was most recently displayed). But it takes me to Screen1 instead.
Is the description on MS Docs incomplete/wrong or did I miss something?