Hello community,
I’m trying to implement the following functionality in my Bubble.io application:
Current concept:
- By default, 3 rows are displayed.
- Each row contains input fields: name, price, quantity, and a “Select product” button.
- 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.
- 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:
- What is the simplest and most effective way to transfer data from the popup to the appropriate row with inputs in Bubble.io?
- Should these 3 initial rows be created “hard-coded”, or is it better to use a Repeating Group for this?
- 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!