How to create and update multiple rows

Hi All,

In the bubble, i really struggle with a missing basic feature of updating multiple or creating multiple rows. For example, I want to update the attendance of various students at one shot after entering all students’ attendance using the button.

You can use ‘make changes to a list of things’ or you can schedule a backend workflow on a list for this.

thank you Adam for your response. ‘make changes to a list of things’ is like UPDATE TABLE1 SET FIELD1 = :1 WHERE … But my requirement is to update each row with each row of input data lying inside the repeating group. It is more like reading the input of each row and updating that row then reading another row of students and reading the attendance input and then updating the second student’s attendance.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.