Calculating a total from fields in a repeating group

I have a repeating group. In that group I am displaying info dynamically. I have a qty dropdown. When the user clicks the qty it calculates the total…example, cost x qty for a total.

I want to perform a calculation and add all the totals together. I cannot figure it out. I’ve tried creating a custom state but I can’t set the value to the total from each line.

How can I do this?

Thank You

1 Like

Hi Steve! You can extract the values from all these input fields using this plugin - Input RG Values · BEP Plugin | Bubble

Once you get the list of these values, you can sum the entire list

Let me know if this is helpful :slight_smile:

2 Likes

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