Can Bubble's database run mathematical functions?

Hello,

so I’ve built my web app and quickly realized that there is no apparent solution for doing mathematical functions in the back-end from data inputted from front-end.

I’m trying to build a reviewing system that creates a score based on user input. The score will be the sum of all reviews with a specific ID.

I joined bubble a week ago and I’m still learning how to use it. Is there a quick solution to this? Or will I have to use a different tool and connect via Zapier?

Open to all alternatives!

Thank you.

You can apply the :sum function to any list of numbers.

API connector to http://api.mathjs.org/ opens up a lot of functions.

2 Likes

Thank you for all the help!