In my code I am using the addSet method to add two sets to my collection. It is showing the additional sets on the screen, but is not displaying the values I have inserted in my javascript.
Upon further inspection when I console.log() fieldId:111, the collection, values it is only showing 1 row.
fieldId:118 is a single_line element that comes in via the URL: NLTCC%20-%20Northwest%20Louisiana%20Technical%20Community%20College,Yes,Shreveport%20-%20US06105900,05/06/2023,NLTCC%20-%20Northwest%20Louisiana%20Technical%20Community%20College,Yes,Minden%20-%20US06106600,05/05/2023,NLTCC%20-%20Northwest%20Louisiana%20Technical%20Community%20College,Yes,Mansfield%20-%20US06101400,05/04/2023
rowCnt is: 3
There are 3 collection sets in fieldId:111. The collection consists of School{fieldId:112},HasCampus{fieldId:113},Campus{fieldId:114},Date{fieldId:115}.
my code:
This is the screen view:
This is the console:
Am I missing something?
Thank you in advance for any help.