Data Store Entities Smart to Truncate Table

Certified Associate Developer

Hello, 

We are using Data Store Entities Smart to delete all data from a table. Problem is that id have to be provided of what have to be deleted. And if the number of thoose id's is bigger the services does not work. Is there a way to delete all the records inside table ? Or to delete them by other identification which is not the primary key. For example delete all records which have column name "status" = 2. 

This way we will achieve the deletion of big portions of data. Or the other option is truncate table if it is available ?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data