# Bulk actions

{% embed url="<https://youtu.be/S0xqBZnf2JM>" %}

Enable your team to move faster with bulk actions! Bulk actions allow you to select multiple records and run workflows, update fields, or delete records in bulk.

How Bulk Action Buttons work:

1. Go to the Buttons section in your app’s view settings
2. Enable the “Bulk actions” toggle
3. Select the records you want to perform an action on
4. Choose the action button you’d like to apply to the selected records

It’s that simple! Now you can run multiple workflows, update fields, or delete records with just a few clicks.

Benefits of Bulk Action Buttons:

* Save time: No need to perform repetitive actions on individual records anymore.
* Improve efficiency: Streamline your workflows by processing multiple records at once.
* Enhance flexibility: Apply the same action to multiple records in a single operation, making it easier to manage your data.

Important to note: you can only enable bulk actions on your one-click action buttons. This feature does not work on modal pop-up action buttons.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.noloco.io/actions/action-buttons/bulk-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
