There are two situations I find myself in on any table view with day-2 actions:
  1. I want to bulk run all actions (I know that there is a feature request for this)
  2. I want to run a single action that references all entities
This second case is something I would call "table actions", or it could just be another standard create action.
Some example cases:
  • I apply some filters, and I now want to associate all the filtered entities with another entity (e.g. assign team)
  • I apply filters and I want to reference all the existing entities as part of a payload to creating an incident, sending a slack, etc...