I have a form with a Lookup Rule that populates a field in a table. This works as intended, where in each row the user gets to pick a choice from all values returned. I would like to add a button or checkbox that triggers the "as new rows" logic, populating all Lookup Rule values into its own row in the table.
Is there jQuery code that would do this? Otherwise, is there another way to do this? I would like to keep the "as new rows" off by default and only turn on by clicking a button or checking a box.
Thanks,