Find and delete rows in all tables

I have a case where I want to delete rows in ALL tables where the condition is true. Column name will be same in all tables. All I need to do is “delete all rows in all tables where date is empty”. I setup a code less timer but not sure how to use the “delete table object” service to work on all tables (it is asking for one table name).

Hi @LetMeTest,

That is correct behavior. You need to dynamically add the table name, where you need to delete the rows. Unfortunately deleting rows in all tables at one call is not possible.

Regards,
Marina