I searched in the forum for this and could not find exactly what I was looking for. So apologies if the answer is out there, but I could not find it.
Here’s my use case:
User has a list of items they created. For example, they have 10 items created in their list.
User wants to clear that list of expired items. For example, they want to remove 5 of the items from the list.
Now, I know the workaround to remove one by one. But how can I allow the user to select those 5 items from the list and, with one button, remove all 5? Instead of going one by one.