Hi, I am trying to creating choice component values from user input. The video explains exactly what I wanted to do.
Suggestions please.
Hi, I am trying to creating choice component values from user input. The video explains exactly what I wanted to do.
Suggestions please.
The first thing to understand is that a choice component can only be populated from a column - not from a row. What you are trying to do wonât work. You need a single column with a choice in each row.
With that said, it is possible to build a dynamic choice list. Here is how I have done it:
@Darren_Murphy thanks for taking time to reply.
The dynamic list suggestion is good for one part of my app.
Regarding my question, I needed to make it easer to create the quiz so it can be done by Users instead of Developer (me in this case).
I think I have a solution by
Preliminary testing indicates that this worksâŚnow continuing to build the full APP
Hi @Darren_Murphy
Looking at your suggestion below:
When I add a text component, there is no way to have an add row action. This text component only have layout and features which does not allow any actions.
Please elaborate more.
Do it using a custom action when the user Submits the form.
understand. thanks