Hi
I am on 12.2.1.4. I have a view object based on an entity object. I dragged and dropped this view object as a table on my page
I have an XML Payload on my page as an iterator. this is needed for my requirement. I want to update this XML payload with the values in the view object.
Case 1: ADF table has 3 rows and my XML payload has 3 rows. so i used the XML iterator inside table iterator and updated the values
Case 2: Added a new row in my page. Now i have 4 rows in my ADF table and 3 rows in XML payload. I am able to update the first 3 rows. but how can i add a new row to my XML iterator and add/update 4th record?
Thanks
Lakshmi