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.
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: