Trying to create a list view for user input and I want the number of rows to be equivalent to a # in another collection. Tried to lay out the relevant below:
Collection #1: Tournament (Have multiple Teams)
Collection #2: Team (belong to 1 Tournament)
- Team Name (text)
On an input screen, can I have n number of inputs based on the value in the Tournament > # of Teams entry that it belongs to?
Thanks!