Is there a way to remove multiple rows at once without using so many updates?

Hi
is there a way to remove multiple rows at once without using so many updates ?
i need to remove about 4000 rows, doing it manually is not possible , with automation it will trigger so many updates, any way to do that ?
thanks

Assuming that you are using native Glide Tables, then no.

What you could do is hide the rows, and then slowly delete them one by one over time, to spread the updates out. This could be automated fairly easily.

1 Like

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