Lets say you have 3 INPUT fields and 1 OUTPUT fields in one single Bubble webpage.
How do you calculate this dynamically in the OUTPUT field when 1 input changes ?
OUTPUT = 3.2 x INPUT1^3 + INPUT2 / ((INPUT3)^0.5+1)
Question :
1- What is the methodology to do it in Bubble?
2- How can you program this calculation to be resolved every hour ?
Cheers