Form Merge Options - Specify XML insert options.
Input Repeat Element XPath * - An XPath expression that evaluates to the repeating element in the input XML variable
Starting Row Index - A numerical value to specify the starting row index to read from the input XML data, 0 used by default to read starting form the first row of data
Number of rows to read - A numerical value to specify the number of rows to read from the input XML data, -1 used by default to read all rows of data
Output Repeat Element XPath * - An XPath expression that evaluates to the repeating element in the output XML variable
Copy Everything - If the check box is selected, all data from the input XML will be copied to the output form data and only repeating element names will be changed.
Source destination mapping - The mapping is used to read only source data and save it into destination data for each repeating XML element. This setting is used only when "Copy Everything" is not selected.
Append or Overwrite - If 'Append' is selected, the data will be appended to the output form data, otherwise it will be overwritten.