Custom input form

Hi,

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.

I have went this way. Returning only a string is ok, as I can return a json

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.