Adding mutliple rows in a glide sheet in one form

I have a section in the app where a user can enter statistics for the members of their team. However, since some teams have many members, this means that each time, the user would have to click the add button, select a person, and then manually enter the statistics for each individual, one by one, submitting the data each time so that it is saved in a new row in the corresponding table.

I want to create a feature where, when the add button is clicked, a form opens showing the people already in the user’s team. Next to each person, there should be fields where the user can enter the corresponding statistics for each individual. When the submit button is pressed at the end, it should create a new record (row) for each of the team members with the entered statistics.