Allow multi-step modal actions in bulk updates

what would make a huge differences to one of my apps in an enhancement to bulk actions. In our app we have a join table between the speaker and sessions table (it’s a join table because a speaker can be added multiple times to a session). What would be amazing is if the user could select a load of speakers, then choose the session that they want to add them to as part of the bulk update. So effectively allowing multi-step modal actions in bulk updates.

I see other use cases for this; so maybe you want to bulk update the select field for multiple records, rather than creating a button for each select item (which is how you’d have to do it right now), the user selects the records, then selects the appropriate select option.

12 Likes

We have countless use cases for bulk actions in collection views. Best for us would be dedicated bulk action buttons that would appear up where the import/export buttons show at the moment.

Bumping this as a great request

I was about to create this request but found yours! THANK YOU! Bulk actions only supporting one-click actions is severely limiting, and this has come up as a big pain point for one of my clients. Thanks for posting this.

Incredibly important feature request! :slight_smile:

Here to bump this again! @darragh is this on the roadmap by chance?

Simple use-case:
Task Management System - employee needs to mark several tasks as on hold and update with the same note on all tasks.

Your use case should be covered by bulk update, is it not?


No, I’m assuming it’s due to it being a modal update that requires a comment for why the task is on hold.

We have two different things

  • Bulk updates
  • Bulk actions

What you’re showing me there is bulk actions, but if you enable in-line editing on those fields, once the bulk actions checkbox is enabled

If you select multiple rows and go to edit one of the rows (inline) you’ll see the option of bulk editing

Let me see if I can get you a demo

This post (and the gif in it) shows what I mean

Ok - I see. This is a possible workaround, but it still requires multiple clicks - updating the Status field then updating the Notes field (and toggling ‘Update all selected records’ on both fields).

I’ve also noticed performance issues (like text disappearing) when using in-line editing in some apps, so I try to avoid that in most cases. I also wish select options were able to be colored when using in-line editing (but I guess that’s another feature request for another post haha).

The ideal solution would be for the ‘On Hold’ button to appear at the top when the multiple records are selected and then the modal appears for the user to update the Note field across all selected records (there’s also a hidden update to the status field as part of that update a record modal).

Also, curious enough the ‘Navigate to’ action button (the yellow arrow button) is appearing in that bulk action list, but it should not, since you wouldn’t be able to navigate to multiple pages at once.

I would love to see bulk actions/updates in form of actual buttons (with modals) at the top as well.

1 Like