I need to generate dynamically the form below (number of pairs of fields can vary). I have been looking at Forms Activities - Now in Public Preview!, but it seems there is no way to create the form and the associations at runtime.
Do you have any solutions?
@c.ciprian
You could use the Custom Input activity and dynamically build the HTML file before you display it. It only returns a single string so you’d need to delimit the values and parse/check them yourself instead of having the form do the validation.