After 2 minute inactivity redirect to homepage

I want to make an Android App for 43" kiosk.
This app will have Home page with Eight button, and every button click It will open an Image, then, after 2 minute inactivity, It should open the homepage.
Is it possible by thunkable?

1 Like

Sure, it shouldn’t be too hard to make.

You can use the seconds since 1970 block in the Device drawer. When a button is clicked, set a variable to that block and then check to see when that block is greater than or equal to 120 plus the variable value. Or use a built-in Timer component..

3 Likes