Hi,
I'm finding an issue using the Repeater Area. A field is correctly named as staff_name[n]. However, the Repeater data isn't included in the emails or logged.
I checked the code and found that Chrono::getVal converts the field name to a path "staff_name.n". The "n" isn't really a path, so it doesn't return the array of values.
As a workaround, I've written code to transfer the array values to a hidden field outside of the Repeater Area, which I then use to send the Repeater data in the emails and log it.
Please let me know if there's a way to make it work or if a new version is needed to fix the issue.
Best Regards