MARKETPLACE
PLUGINS
BACKEND CALCULATOR
Backend Calculator logo

Backend Calculator

Published December 2021
   •    Updated today

Plugin details

This calculate expression in the workflow itself

Free

For everyone

3.6 stars   •   9 ratings
1.2K installs
This plugin does not collect or track your personal data.

Other actions

Contributor details

Joined 2020   •   52 Plugins
View contributor profile

Instructions

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Rating and reviews

Average rating (3.6)
Thanks for the Update
April 4th, 2025
Remove unnecessary dependency
April 2nd, 2025
<script src="https://unpkg.com/mathjs/lib/browser/math.js"></script>
Totally works, just need to write the expression in a way that JS recognize it
April 6th, 2024
4.5 stars just for the lack of information, but long story short, after searching and trying i found that the expression has to be declared as if it was for JS, go to https://mathjs.org to watch examples on how to declare expressions, the page even has a box for testing the expressions. I also need to add that in bubble, the expression is written as text, do not use the dyanmic data button for operations (adding, substracting, multiplying, etc) as it may not work properlly, use dynamic data only to retrieve values/data from your database or previous steps. For example i had to calculate this formula T * atan(0.151977 * (HR% + 8.313659)^(1/2)) + atan(T + HR%) - atan(HR% - 1.676331) + 0.00391838 * (HR%)^(3/2) * atan(0.023101 * HR%) - 4.686035 where T and HR% are values that i have in my database, i wrote the expression just like that and then changed T and HR% for the dynamic data that links them to my database, i hope this helps someone else
Page Load Performance
July 2nd, 2023
Reduces page load performance by 5-7 points in lighthouse.
IT ABSOLUTELY WORKS!!
June 8th, 2023
I am incredibly amazed at the reviews saying it doesn't work. I have used this plugin for over 1 year now, it absolutely works. It's the simplest plugin ever! Yeah there's no documentation, but there's none because it is too simple you don't need one. If you don't know how expressions are written just try different stuff and you'll see which works. In any case, here are some: A. Parentheses are supported, even multiple and nested. B. * is multiply, + is add, - is subtract, / is divide, ^ is exponent. Real kudos to the author for this.
Bubble