Adaptive Forms - get service to populate repeating panel: extra panel appears
I have developed an app on AEM 6.5 consisting of several pages containing adaptive forms. With most of these pages, an adaptive form has a repeating panel which populates with data on the initialize event. I am using Data Integrations (and want to keep using that for now with the App) and have Form Data Model Data Integrations with Get services that I use to populate the repeating panels. MySQL database.
There is a bug where the DB table has, for example, five rows that should display on the repeating panel, but a sixth empty panel displays on the form. This bug occurs on all the forms using different Get services. If I test the service on Data Integrations, only the five sets of data displays.
Thanks for any suggestions.