I have a customer attempting to update a Vendor table with new vendor information using Laserfiche Forms. The LF Form consists of a Table with 4 columns that calls a Workflow to create the new Vendor's folder and update a SQL Table for other dynamic templates to use.
The Form table will allow for the addition of multiple rows to add more than one new Vendor at a time, but I am only having success with creating the first rows folders and sql data with the above workflow. I have tried ForEachRow and ForEachValue. The above Workflow pulls the table data, updates SQL, creates vendor folder, waits a minute (because it goes too fast), finds and copies a briefcase of folders into the Vendor's Folder. It appears that it runs through the loop twice when 2 Vendors are entered on the form, but only the first is created in both the Repo and SQL. Any ideas or advice?