Im struggling to see a way to draw a box based on a number that a user has input. Maybe this is not possible?
What I am trying to create is a dynamic ratio calculator - a user inputs x and y, I divide x by y to figure out the z:1 ratio, and would like to draw a box, possibly with another to illustrate the differences.
I don’t think there is a way to do that in bubble yet. But you can make an HTML rectangle and have dynamic width and length using this piece of code. I am not sure if this is exactly what you are going for. Just replace the numbers with your dynamic data.