Button appears after 1 minute

I needed to make a button that goes to another page, but it needs to appear after 1 minute, how can I do it?

Add a timer to the screen for one minute. Change the settings of the timer so it’s visually hidden from the user. Once the timer reaches one minute, set the action to change a property or text field somewhere.

Set the visibility condition for the button to only be visible if that property or text field has a certain value.

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