We are a turnkey Software solution provider for SharePoint Platforms.
Works on all SharePoint platforms !! Learn more
There is no limits with SPARK Workflow!! Learn more
In general you can’t save more than one record/item in the list or library for the form. What you need is Master-details method, which represents the relation of (one To many) in the database definition.So the master list will have the as ex. student main information and the details list will be have the different answers of the this student. The detailed list will be linked to the master child list with a master id (like primary key in DB). The best approach to do this is using the repeater or DataTable control, you can specify the master id column in the child list when you configure the repeater. Have a look at these videos which will help you build your case and to start thinking in the right direction: https://www.youtube.com/watch?v=Hb2uJyKg7sE&t=52s https://www.youtube.com/watch?v=dRybbrFPmOM&t=3s https://www.youtube.com/watch?v=c9tESFL-LQo&t=67s https://www.youtube.com/watch?v=gS48oeg09AM&t=6s https://www.youtube.com/watch?v=e4hAZ7NeVtw&t=34s