Hello All,
I am developing an app in that I have a very big form with many validations and dependency’s. I am very happy that using bubble I developed this app in 4-5 days. Bubble.io is a awesome platform.
I am facing one issue. Kindly check attached GIF file.
This form is kind of master detail relationship in traditional language. Like one invoice number has multiple products in it.
I am saving multiple products in separate data type and main Invoice is save in separate data type.
Everything is working fine. Only when I click green button workflow save all information in database and one repeating group show the saved product in list (gives clear understanding to user that this product is added in list) and reset input and autofocus on products first input value for adding new product which I want to happen .
Issue is this process takes around 3 to 4 seconds of time. I want it very quick and for that want to use custom states (something like instead of saving each product every time I’ll store all information in custom state and In final invoice save button I’ll save both invoice and all the products added in it at one time) but don’t know to do it in bubble. Kindly help me. do check GIF for more understanding.