We gave a client that has a list of "courses" that are loaded asyncronously.
Website: https://www.ucn.dk/kurser-og-videreuddannelser#Type=diplommoduler&Beskrivelse=Valgmodul
Service: https://www.ucn.dk/Default.aspx?ID=201968&_route=true&Type=diplommoduler
See first attached image.
The problem is when there is more than one row in the "beskrivelser"-section, the system can't output the correct text, and the description is empty on the website.
We want the description from the first row to be output - how do we do that?
The JSON-feed is output by JsonList.cshtml
See the remaining attached images.