How can I track if my app has been opened once already by the user

Hey, I am a bit confused, I want to make some code that detects if the app has been opened more than once, and takes you to a different screen depending on that. I have no idea how to start, can some of you please help?

Use a stored variable to set Opened or Not. Then use the when screen opens block and if condition to check the variable