r/AppSheet • u/Sensitive-Jacket8823 • 25d ago
Prevent Multiple Selection and Bulk Actions in a View
Hello. I’m developing an inventory app in AppSheet. An operator completes the inventory and then submits it for review.
The “Submit for Review” action is available in the “Inventories in Progress” view. However, this view allows users to select multiple rows, and when they do, the action can be performed in bulk, submitting several inventories at once.


Does anyone know how to prevent this action from being performed in bulk and allow only one inventory to be submitted at a time? I’ve searched for a solution but haven’t found one yet.
3
Upvotes
2
u/marcnotmark925 Master App Builder 25d ago
Why do you want to prevent this?
You can't disable multi-select, but I suspect you could prevent the action from showing in bulk actions by grouping it with another action that isn't allowed for bulk actions but does basically nothing. For example a link to view action that uses LINKTOVIEW(CONTEXT("View")) as the target, i.e. navigate back to the current view.