Create conditional list length based on a Collection entry

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)

  • of Teams (Number)

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!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.