Recommendations for storing list information until it is saved

Hi,

I have a form which accepts data in 3 fields (Date, Student, Reason). When I click Add, the data is displayed in a datagrid and the user then has the option to add more lines.

At the moment, on each Add the data is saved to a table and the collection is refreshed and data displayed in the datagrid.

Rather than saving to a table each time, is it possible to save to an array in WeWeb and then save once at the end.

Thanks

I’m pretty new to WeWeb so someone better than me can probably comment but my first thought is you can just use a variable for the first save. I’d put them in an object variable as then you can the 3 fields in one variable.

Then at the end a workflow can take all the data and write it to the DB