Delete multiple lines on Table

Hi @Jean,

yes you will need some kind of looping.
However I would suggest to only loop through the records, that matches the conditions and not trough all rows of the table.
Looping through table records is not the fastest fun you could imagine, so keep it as tight as possible.

However, this product suggestion thread could be interesting for you. There you could vote for a simpler solution:

Select multiple rows in a tulip table and delete the entries in a single click - Product suggestions - Tulip Community

2 Likes