Adding data to a object

0
Hi i am trying to add a studentnumber to a semesterchoice, right now it only works for the last one in het Change student, is there a way i can fix this, below are pictures of the microflow       And this is the page where it works only for the first semester, or basically for the last change object in the picture above   As you can see it only works for the first one, but the studentnumber needs to be there for the one below as well   Anyone has any ideas?
asked
2 answers
0

When you create the SemesterChoice you could set the Student_SemesterChoice association to Student directly in that Action.

 

I hope this helps.

answered
0

Here is the domain model for the Student and SemesterChoice

image.png

answered