Change screen after a specific time

Hi. My app has to screens and I want that after a specific time screen 1 changes to screen 2 automatically. How can I use the clock to do this?
Thank you

Use clock component. Set time interval (in milliseconds), set timer enabled to true, when clock.timer --> set clock enabled to false, open another screen

example
image

1 Like