Tracking where click came from

Can Thunkable track where a click came from?

I want to make a “back” button that returns to the screen where the button was clicked from. Is there any way for Thunkable to track from which screen the click came from and then when the user presses the “Back” button it returns to the screen he was on before instead of going to the “Home screen” of the app itself?

You can do this manually but there is no built-in function. There should be. The manual method involves an if block for each possible screen and storing the name of the current screen in a variable.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.