Forum Academy Marketplace Showcase Pricing Features

Running a Complex Optimization Algorithm in Bubble

I need to run a pretty complex optimization algorithm that has a lot of variables, loops and ifs. Some of those variables come from user inputs within my bubble app, but other are simply from my database. I can get all the necessary data into bubble, but what I need to figure out how to run this algorithm. I currently have it written and working in an excel VBA.

Can this be done in bubble alone? Or will I need a plugin?

I have been looking at the SQL Database Plugin, but there is very little literature out there on how it works and I can’t tell if I can use data from my bubble database within that code.

Thoughts?