We are doing some configuration in Performance Management for Appraisals. Our Appraisal forms pull in the Goals employees selected for the specific Appraisal Period. The development request came in to display the Goals on the PDF such that there isn't a blank row between goals if the employee has more than one.
The Goal field on the EmployeeGoal business class is just an Alpha text field.
The delivered EmployeeAppraisal form uses a one-to-many relationship to return each active goal for the appraisal period, but inserts a blank row between them by default. (screenshot below)
I can't seem to figure out a workaround to remove the blank line and was wondering if anyone had a solution/success with something like this?


