How can I create a counter that is incremented by 1 at each run, counts from 1 to 60 and then starts again at 1?
Hello
Have you try looking into a repeater? Or what are you trying to achieve with that incremented value ?
Could you maybe share a bit more about your scenario in general? Screenshots or blueprints might be more than welcome
Hello @Stephan2,
The very easiest solution is to use the Data Store to store your variable value.
Just create it with, fetch, and update it as progress progresses.
When it reaches to 60 then update it to 1. Need to use routers and Filters to check things.
Read more about Data Stores here https://www.make.com/en/help/tools/data-store#data-store-935244
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best Answers as Solutions
and give
If you need expert help or have questions? Contact or comment below!