Good morning,
I'm new to Workflow and I'm just testing around with small processes. Right now I have an LF-form with only one Table and the table has only one field.
At the Workflow level I have the following: "Retrieve Business Process VAriables-->For Each Row(Insert Data)".
When I submit the form, the form submits fine, but when I see the database I see the expected number of rows inserted. If I added 2 rows dynamically in the form, then the database table shows two added rows, however, the value of the fields in the database is the same. For example, if I add in my form 2 rows and in the first field I type "A" and in the second field I type "B", when I look at the database I see two rows added with the value "A" and "A".
I was wondering if anyone could point me into the right direction to solve this. This would be my first step into debugging a similar table/form/process with lots of columns that are not receiving any data :(
Thanks.