May I ask...when I want to list a html table as below coding to show all the results of picklist (around 30 individual picklists), it failed when there are more than 30 picklists..
html = html + "<tr><td>Item Name</td><td>Price</td><td>Qty (=input.picklistA)</td></tr>";
Item Name <- Is it have a way to let me call them as this is the displayname of picklist such as input.formdata done ?