Hi!
I have a ‘Kid’ table with some kids data. The app has a tab with a tile list of all the kids in the ‘Kid’ table, and the tiles have an associated action for adding rows in a second table called ‘Record’. So, every time the user clicks on a kid’s tile they introduce a row in the second table to show that the kid did something that day, and then the action finishes by notifying the user that the row was added. This approach for adding information to the second table has a couple of problems. First, the notification takes a bit longer to show, second, the user needs to click on every single tile. Is there a way for adding all rows of all children at the same time? or a better approach for doing this? Thanks!
This app has an example of the current solution.
This is an excellent suggestion! Thank you so much.