I'm making a project resource request form for internal use. I'd like the form to allow me to choose multiple types of resources with different attributes, and have a summary of the request roll up to a text block.
For example I have a project that requires the following persons:
Role | title | location | Quantity | |
1 | Developer | Sr. | On prem | 1 |
2 | Developer | Jr. | N/a | 5 |
3 | Project Manager | On prem | 1 | |
4 | BA | Mid level | hybrid | 3 |
Is there a way to allow someone who is filling out the form to fill out the data for this table by adding a single form field that will take values for these attributes and perpetually allow another row to be added?