I have a database that is setup for last submission date and each submission is counted in another field titled submission count. I am not worried about tracking unique users because I have that figured out. Please help! How do I reset the submission count after 24 hours? Right now after 3 submission it says you have reached your limit as a unique user (even when logged out). Right now I am trying to figure out how to reset the count to 0 after 23 hours no matter how many submissions.
Use recursive backend workflows
You should set it up so that it would trigger itself after 23 hours.
The recursive backend workflow would:
- reset the
submission count
field - trigger the backend workflow itself with a scheduled date of current date and time + 23 hours