Hi Robbert,
We changed much of the iteration functionality and the documentation is a little out of date. We'll address this in the coming days.
Can you try replacing...
$beginIteration{personen}
- $F{personen.firstName} $F{personen.lastName}
$endIteration{personen}with...
$iterateRows{personen}
- $F{personen.firstName} $F{personen.lastName}You can find more information on this in the Wiki at...
http://in4ama.org/web/guest/community/wiki/-/wiki/Main/TablesHope this helps but let me know if you need any more information
Val