Im trying to create a "form" style app (like you have on whatsapp) that you start with 2 lines and with a + button you can create new rows to fill conditions but i cant find that type of an action. Ive created 3 lines that are coposed from a row + multiple textfields and a dropdown so i want that with every click on the button a new row like that will be created.
Does anyone know how to create that kind of action ?
I solved it for my case by creating page state variable and a + and - buttons that appear with each click and rows that have conditional visibility according to the page state. Thanks !