Bulk Data Submission

Hi, I have created a Student Database and I am inserting student data based on what they learnt. For example if Student A completed Course C of a particular subject I am inserting one row in the table.
But if Student B also completes the same Course C
I am having to submit the same data separately. Is it possible to submit data for both or multiplle students at the same time but insert different rows onto the table? I am collecting name, id, teacher name, subject name, course name and date completed on the page.
please advice.

Hi!

If you’re not afraid to get your hands dirty, you can do this with some code. A good place to start is to check this article: Velo Tutorial: Importing and Exporting Collection Data with Code | Help Center | Wix.com.

Could you also help us by providing the structure your collections? Do you keep courses in a separate collection?