Hi,
I have a component with multifiled (testAppIDs). The multifield data gets stored in form of nodes after Coral 3 migration (item0,item1 etc.).
![ks_hitijingole_0-1623251491719.png ks_hitijingole_0-1623251491719.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32310i03166E518B7460CA/image-size/medium/is-moderation-mode/true?v=v2&px=400)
Earlier before Coral 3 Migration Model class had a logic to use the JSON array. I want the model class to use the same logic as the impact might be huge. So now after Coral 3 migration, as I cannot pass testAppIDs using @ValueMapValue , I am trying to create the same String[] by iterating through child node of testAppIDs.
![ks_hitijingole_1-1623251856057.png ks_hitijingole_1-1623251856057.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/32311iF679120E1DC944A4/image-size/medium/is-moderation-mode/true?v=v2&px=400)
Can you help me understand how can I fetch property and value data from the item nodes and put it in testAppIds String []. Sample Data Expected to be stored in testAppIds -> [{"tapID":"TAP_10050"}, {"tapID":"TAP_10049"}, {"tapID":"TAP_10050"}]