Hello - I have a form with a collection with 16 fields. Currently, there is no limit set on the number of rows the collection can have.
A user submitted the initial form with 66 rows. The first task after submission has 7 Field Rules but no Lookups and the only jquery is to hide the collection "add" link.
Two problems:
1) The task takes a long time to load (hoping to mitigate by limiting to 30 rows).
2) After the first task form was submitted the instance variable information only shows data for two of the 66 rows for one of the fields. All other fields within the collection show the variables for all 66 rows.
The field that is missing information in the instance variable is a required field so they should not be able to submit the form without it being filled out. This is also the only field that is filled out on this task. The other data in the collection is pulled from the initial form submission.
Any advice on why the data is missing and how to configure the form so that it doesn't do this in future?