How to add Data into Data Table from a repeating Grid
My scenario is I have an employee class with Depedant page list property. Now i have used depedant page list in a Repeating Grid.The values i add in the repeating Grid should be stored in my Data table
I am using an Activity to insert data into data tables . My pagelist property is Dependants in (Org-AppName-Data-Employee)
1.Page-New
2.Property-Set (tried to apply a loop here "For Each Embedded Page")
2.1.Obj-Save (ticked on writenow)
3.Page-Remove
Can any 1 help me out where should i use looping and what should i use in pages and classes