I’ve not used Glide for some time and last time I created and application I was recomended to use a data table for each form I had in my app and each column was user sepecific. Once the form was submitted a new row was created in my actual data table and the form row was deleted using a custom action.
I can’t remember the reason why this was important to do and before I launch into building something new I am wondering if I should have intermediary data tables or just have the form linked to the main table.
It’s quite a simple form for adding furniture items from websites into a users own library but there might be multiple people adding items at the same time so might this help to avoid duplicates?