Pass data from popup to repeating group row input

Hello community,

I’m trying to implement the following functionality in my Bubble.io application:

Current concept:

  1. By default, 3 rows are displayed.
  2. Each row contains input fields: name, price, quantity, and a “Select product” button.
  3. When clicking the “Select product” button, a popup opens containing a Repeating Group (RG) with a list of products and an “Add to offer” button.
  4. After clicking “Add to offer”, the selected product data (name, price) should automatically fill in the fields in the row from which the popup was triggered.

My questions:

  1. What is the simplest and most effective way to transfer data from the popup to the appropriate row with inputs in Bubble.io?
  2. Should these 3 initial rows be created “hard-coded”, or is it better to use a Repeating Group for this?
  3. I also plan to add an “Add row” option so users can add more products - what’s the best way to implement this?

Thank you in advance for your help!

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