How i can update more than 10 rows in baserow

how i can update more than 10 rows in baserow

or how i can update a specific cell

1 Like

Using clock component you can achieve this…
Initialise one global index with zero

When update button clicked
Set clock to timer (set 1000/2000ms as interval)

When clock timer
Set index to get index +1

If index is not greater than equal to 10
Update base row
Index to get index and values as take it from list

Else clock timer enabled to false

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.