Resetting Monthly Text Limits for Users

Hi everyone,
I’m trying to set up a system in Bubble where each user has a monthly limit of 80 texts, and this limit resets automatically at the start of each month. I’m not very experienced with backend workflows, so if someone could explain step-by-step how to achieve this, it would be super helpful!

Thank you in advance! :blush:

You will need to add text count as a field in your user data type,

For every text created you remove the count from the text count field

And when it’s > 0 you can always create a new test.

Otherwise no text is created.

To reset, you have to set up a backend workflow that resets for all users

This topic was automatically closed after 70 days. New replies are no longer allowed.