I have form (Forms 9.2.1) that needs to load data into a table from a web service call. I am able to call the web service to get the JSON data, and I have a solution similar to the code here: http://answers.laserfiche.com/questions/67972/How-to-automatically-populate-a-Forms-Table-with-multiple-rows-of-data-based-on-a-lookup. Sometimes the web service returns hundreds of rows of data and it takes around 3 to 5 minutes to load these large forms.
Is there a faster/better way of adding hundreds of rows to a table in Forms using JavaScript?
Thank you.