I am trying to create a form to gather data from the user, I have a list of questions stored in app values that I use to dynamically generate a list of the questions and a CountController for each.
My problem is that to generate the CountController dynamically I had to convert it to a component, and after doing this I am no longer able to select the On Count Changed action. Is there any way to fix this?