Deletion of all items in list view

0
Hi, I have created the list view with the association and I have added the check box to delete one or more items. I have done one microflow for deleting one or more items retrieving the list and performing list operation and deleting it. How can I select all items at a time and perform delete operation. Please help if any one knows how to implement.
asked
1 answers
0

Hi Lavanya,

Maybe you can try this method

1)Add a new button where you can call a new microflow and 

2)Retrieve all the objects

2)Iterate the list and change the boolean attribute to (true or false) based on your logic

4)Pass the changed list to delete activity.

answered