I am creating a new request type. The form has 10 fields (of different types), and the user should be able to create as many of these 10 fields as they want. We can think of this as a table structure. In columns we have the fields, and the user should be able to add as many rows as they want, filling out these 10 fields in each row.
According to my research, we cannot achieve this without an additional tool. Could you help me finding out alternatives? I need to be able to dynamically access each cell in the table (to use as smart values). Thank you in advance.