Hello,
I am creating an integration for my compagny and I can’t figure out how to add input fields dynamically.
I will illustrate my issue with an example :
- I have a first dropdown in which I can select a user
- Depending on the user I selected, I have another dropdown with many fields like adress, name, date of birth, etc….
The idea is to be able to select as many fields as I want to edit into my second dropdown and generate dynamically one input field for each field selected to map it to a Google forms.
I am able to create the two dropdown but I see no information in the documentation on how I can implement the generation of input fields according to a selection ? Does anyone have an idea ? Is there any other solution ?
Thank you