Hey Bubble Experts!
I’m working on a game assignment system where I need the Field Name to auto-generate based on the number of times each field is needed. Here’s the challenge:
- Each Tournament Field has a Total Games value, which represents how many games will be played on that field.
- I need to repeat each Field Name in my Repeating Group as many times as its Total Games value so that the correct field assignments appear dynamically.
- The Repeating Group already generates game rows dynamically based on the total number of games, but I can’t get the Field Names to distribute correctly.
Ideal Outcome:
- If Field A has 3 games, it should appear three times in the RG.
- If Field B has 2 games, it should appear two times in the RG.
- The Repeating Group should dynamically generate the correct sequence based on how the Tournament Director set up the field allocations.
Any ideas on how to achieve this in Bubble? Has anyone tackled something similar? Appreciate any help!