Hi,
I am trying to delete all the existing rows from the data entity using delete from data store entity smart service. Can anyone please suggest me what to include in identifiers if we want to delete everything without specifying all the identifiers?
Thanks
Yeswanth.
Discussion posts and replies are publicly visible
You can recover all the ids with a query storing it in a variable of the CDT type that you want to delete. Then you can pass the list of results with the ids to the "delete from data store entity" smart service.
Or you can develop an stored procedure in your DDBB and initiate it with a procees model executing the "Execute Stored Procedure" plugin.https://community.appian.com/b/appmarket/posts/execute-stored-procedure
I use it before and works :D