I do appreciate the ability to use expressions, but I'm trying to figure out if there's a way to increment a variable by one every 60 seconds. UXPin doesn't seem to allow the standard setInterval javascript function-are there any other ways to achieve that?
Where am I?
In UXPin you can ask and answer questions and share your experience with others!
I found this: https://www.uxpin.com/docs/how-to/timer/#create-a-counting-interaction but setting the delay to 1000ms doesn't seem to work-it updates about 5 times a second.
Hi Matt,
You can follow the example given here:https://www.uxpin.com/docs/how-to/timer/#create-a-counting-interaction, but for your delay, you should input 60 000ms; I have demonstrated this here but with a 6 seconds delay. I hope this helps!