Resetting increment after each bundle

In my array, there are 5-10 entries. I use the increment function (after a filter) to count the valid entries. This whole process is done multiple times, once for each record in a data set. I want the increment function (or something similar) to reset to 1 after each record in the data set. I have tried both ‘cycle’ and ‘scenario’ in the settings but can’t make it work. Any other ideas?

Image of scenario here:

I would like a scenario counter that resets every month. hi @Evan_Cowan did you manage to find a way to reset the counter after a certain period of time? Thanks, I’m trying to do this but I can’t find a solution at the moment…

Suggestion to the question of @Giovanni.ita

If operations usage is not really an issue, a separate scenario with webhook as the trigger could do the trick. That scenario can then get the latest counter value from the datastore, reset based on conditions, and return the counter value. But it sounds like a bazooka to kill a mosquito :stuck_out_tongue:.

1 Like