Delete all the rows in the entity

0
Hi , I have a entity  I want to delete all the rows/data stored in this entity in a single click function Regards, Anirudh
asked
2 answers
0

Hi Anirudh,

The quick and easy way is to create a microflow and call it from your overview page by adding a button called ‘Delete all employee’. In the microflow use retrieve action to retrieve all the employee from database and than add a delete action. Once you click on ‘Delete all employee’ button, then it should delete all the employee rows/data from your database. 

answered
0

Hi Anirudh,

You will do delete all data with the help of microflow.In your datagrid Add action button and call microflow.In that microflow you can retrive data from your database and use delete activity to delete all records.

 

Thanks!

answered