I am looking for a way to dynamically set the number of rows to display in a table based on a lookup. My lookup will return a count of the rows needed to populate in a hidden field (q142). Then the data will return an populate each row of the table with the corresponding data. I've included an image below to help further explain:
As mentioned, the lookup will return a numeric value that will represent the number of rows that should be display in the above table. Any help is much appreciated.