FormRepeat not submitting input field values in an array

Wappler Version : 6.5.1
Operating System : MacOS
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker

Expected behavior

What do you think should happen?

When submitting a formRepeat, all the form fields should be sent in the array.

Actual behavior

What actually happens?

FormRepeat in a SC form is not sending the values in an array when submitting. Even though the field is correctly included in the formRepeat, it is not included correctly in the $_POST repeat array. This is the screenshot showing notification_dt outside the repeat array values, but it is an input field inside the formRepeat.

The step to insert date value in the table fails as the value is not included in the repeat array.

I tested this by re-adding the formRepeat component and it is the same issue with the date input field (type: dmx-date-picker) not being included in the Payload as a repeat array value. The screenshot below is showing 3 formRepeat fields, with 2 correctly included in the array and notification_dt incorrectly as a non-array value.