Random Integer constantly changing

When I use the RANDOM_INTEGER() function, it constantly changes it’s value. How can I make it only produce random results when i put some sort of trigger(for example, tap)

Try to bind it to a variable. For examle, add a text compoent, bind it to the relevant page or app variable. Then add a button, and on component tap set the app or page variable to the random number.

1 Like

Thank you for your answer! it worked:)

1 Like