Hello,
In my embedded form, once user selects an option from the select dropdown, a new input text field should appear in my form.
I’ve done this with javascript, but Camunda doesn’t store this dynamically added input field in H2 database.
Any workaround on how to add dynamic input fields to my form?