I'm trying to insert data captured from a table that has repeatable rows. I'm running into a couple problems:
I seem to only be able to insert the first row of the table. I see most people use "For Each Row" to fix this, but I don't think I'm able to use that since I'm retrieving all the data from "Retrieve Field Values" instead of "Retrieve Laserfiche Forms Content".
Additionally, the form has a few fields that are not apart of the table, but need to be inserted with each row into SQL. For example - the user enters one sales order number and then enters all the lot numbers associated with that sales order. So there will be multiple lot numbers entered, but only one sales order.
When inserting the data, I would like that sales order number to be associated with every lot number - so each row inserted needs to have both the sales order and each respective lot number.
Thanks!