Stuck with custom states for a repeating group

Got stuck with something, so i am building like a comparator tool to show different things based of a number.
My question is: i originally wanted to store the variables (like the result of user input x an interest rate) on custom states. However the variables are different for each of the items on my repeating group. So i am not entirely sure how do i store this information since the variables are different for each item on the repeating group. And the repeating group might have hundreds of items.
image:
multiple items on my repeating group where A is the variable number, and B is where i intended to place the custom state that is the result of an input * A variable number.

how can i do this?

thanks in advance

It’s fine that each cell has a different interest rate. Just create the text element B and use the dynamic expression group A’s number * input’s value

Editor: public-tests | Bubble Editor

Preview: https://public-tests.bubbleapps.io/version-test/interest__rates?debug_mode=true

1 Like

this has been very helpful thanks very much bro

hey how did your numbers appear formatted as 0.0X, I’m stuck on that part I don’t see how you alter them to that format

Make sure that your multiplier is in percent format before applying it to the input value. For example, 5% of $100 is not 5x100, it’s .05x100. To get .05 from 5 you just do .01x5.

I posted the wrong editor link yesterday. Try this:

This topic was automatically closed after 70 days. New replies are no longer allowed.