So I have a list with repeating section, I have to parse the repeating section to a different list in order to export the data out. I figured out how to parse the repeating section items to a different list.
The part I need help is in addition to parsing the repeating section items to a new list, i need to copy the case ID to the new list as well. Here's an example, list A has the following items:
Case ID
date (in repeating section)
Amount (in repeating section)
How do I parse the date and amount plus copying the case ID to list B at the same time?
Thanks