How can I create a counter?

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 :slight_smile:

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


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best Answers as Solutions :white_check_mark: and give :+1: If you need expert help or have questions? Contact or comment below! :point_down:

All right, thank you very much. That was the right way to go. I have now solved it like this: