Restart App block in Thunkable?

Hey Thunkers,

I need help with something. Is there a block that can restart an app?

I am not able to find anything, but please share your thoughts. Thanks!
Screenshot 2022-09-24 110816
Not real block

Just put everything that happens when the app starts into a procedure and call it when the app starts, or when the restart button is pressed.

1 Like

Unfortunately, I am not sure how to do the process.

Create a procedure.

Stick everything that happens when the app starts into the procedure.

When you start the app, call the procedure.

Or, when you press the restart button, call the procedure so it will be like the app starting up again.

2 Likes

Ok thanks

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