Can you do a timed transition?

Is it possible to do timed transitions (i.e. that do not require any user initiated action, like a click/button press)?

i.e. User presses button, updates X database, user is brought to “Success” screen, after X amount of time the user is brought to another screen?

Yep! You can use the countdown/timer component, and set a default value, and an action for when it reached “0” to move link to the desired screen. Then just set the visibility of the countdown component so it does not display, voila!

Hope that helps.

2 Likes

Worked! Thank you for your help!

1 Like

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