Issue with Daily Limit Reset in Bubble: Workflow for Resetting Counter Daily

Hi everyone,

I’m having trouble with a workflow that is supposed to reset the daily limit counter (number of actions generated) in my Bubble app.

The workflow is meant to reset the counter to 50 generations every day at midnight, but after the first 50 generations, the popup saying the limit has been reached only appears once. After that, users can continue generating even though they’ve reached the limit.

I’ve tried setting up a workflow that resets the “daily_uses” field, but I’m not sure how to properly check the date and make sure the counter resets only once per day. I’m also unsure how to ensure the workflow runs exactly at midnight.

What I’ve tried so far:

  • I’m storing the last reset date in the “last_reset_date_text” field.
  • I’ve created a workflow that checks if the date is today and resets the counter, but it’s not working properly.

Could someone help me with how to properly set up the workflow so that the daily limit is reliably reset at midnight each day? Is there a better setup for resetting the counter?

Thanks for your help!