Issue with delete data in list view

0
Hi, i have created a list view with delete button for each item. when i delete an item using the delete button it will ask for confirmation as i configured in its property.if i press yes, the item will delete from entity. But it clear all item in the list view. How can i fix this issue?  
asked
2 answers
0

Did you create a custom delete button or use the standard delete button? My assumption is the latter. Try changing it in a custom button and create a microflow with as parameter the object you want to delete.

Regards,

Ronald

 

answered
0

answered