Repeatable Panel: Get submitted values
Hi community,
I have following setup:
- a repeatable panel with 3 inputs
- a custom submit action, which calls an OSGI service
- AEM (Forms) with version 5.7.0
Actually I access to the submitted data in my service via the "_guideValuesMap"-Parameter, because all data is in JSON format and it is easier for me to handle the data. But the problem is, that only the data of the last repeatable panel is saved into the JSON. Even the sling request has only the data of the last repeatable panel.
Only the FormSubmitInfo (data property) has the whole data of all panels. But the XML format isn't easy to handle. If I have to use the FormSubmitInfo, is there a helper class or anything else which I can use to parse the submitted values?
Thanks for helping!
Kind regards .. Andrea