This is not a huge user base so I don’t see a real issue for your case with WU. So daily recurring workflow set on user Datatype can work. An option could be to use a date field at the user DB to store last “reset date” and when user log in, you can check the date if not equal to “today” and reset the count to 0 in this case. So if a user doesn’t log in for a few days, instead of running a WF that will reset the count each day, it will only reset it when user use your app. But saving on WU for your case is probably not on top priority :wink: