Repeated calculations

Hi Everyone, I’m making a good progress in Bubble, but some things aren’t so clear to me.

Now am creating an App, that when a user signs Up, we get a created date. I want to create some basic analytics where a certain input by the user during sign up is automatically increased by a certain percentage after every Seven days and show on the user’s profile. Any help on how to achieve that?

Your help is much appreciated.

Thanks!

Hey there. :wave:

There are a few ways to do this. Personally, I would probably just do a backend workflow and schedule the API Endpoint to run in seven days, changing the percent and then schedule to run itself in another 7 days till it reaches the max %.

Another idea is to just display it to the user using conditionals on a text element. If creation date is more than 7 days old show this text. Then put as many conditions as you need till the last one.

Hope that gives you some ideas of how you can do this. At least a few directions you can go in.

Hope that helps! :blush:

@j805 www.NoCodeMinute.com

For All Your No-Code Education Needs:

  • One-on-One Tutoring
  • eLearning Hub
  • Video Tutorials
  • No-Code Classes

Thank you very much. This really helped.

1 Like

Glad that helped! :blush:

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