Do you mean in a datagrid? If you do, set selection to simple-multiselect or multiselect. This will allow you to select multiple rows which you can then delete. If you want to delete every filtered item do the following: Create a microflow that receives a list of items and deletes this list. Add a microflow button to your data grid with the input all pages, or selected items. Last link the microflow to your microflow button and you are done.