So I have a pretty complex but interesting use case, I'll try to explain. And I'm not a Discord pro so apologies if I don't post the code snippet properly.
This is a pricing/estimate application. The cost of a type of glass is obtained from a selector, you can see that in Glass rate.
What I really want is a repeater so the user can use this glass in multiple panels - entering a width and height for each panel. This is a US case so we enter inches, and calculate the price based on square feet as (width*height)/144 times the glass rate.
For debugging purposes I have one panel outside of the repeater. THAT one works - I can enter a width and height and my cost shows up.
in the Repeater the same thing does not work. Through debugging I can see that the $get(glass_rate) is always zero. It feels like a scope problem that I don't understand.
How can I accomplish this?
Not sure if I should attach screenshots, code or video, so I can also use some Discord advice on best practices here.
Here is the screenshot of the App at least...