Started: 12/5/2021 1:43 AM
Picture Placeholder: Jim Hidson.
Jim Hidson.
How to write multiple records to a library

​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​
 ​

Picture Placeholder: Jim Hidson.
  • Jim Hidson.
/_layouts/15/images/person.gif" alt="Picture Placeholder: Jim Hidson." />
Jim Hidson.

​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​
 ​

012/5/2021 1:43 AM12/5/2021 1:43 AMNoSPARK Forms
0
12/2/2021 4:19 AM
There are no items to show in this view of the "Discussions List" discussion board.