# Actions

Once an automation is triggered and the conditions are met, Logic Sheet will run actions that you have set in this step.

{% hint style="warning" %}
You need at least one action to make a complete automation. If no action is set, the automation will not run.
{% endhint %}

### Add an action

<figure><img src="/files/PZd1DXY3kL1NN7oiDwSD" alt=""><figcaption></figcaption></figure>

Currently, we support the following types of actions.

* [Send an email](/automation/actions/send-an-email.md): Send an email from your Gmail account.
* [Send a Slack message](/automation/actions/send-a-slack-message.md): Send a message to a specific channel in the Slack workspace you have authorized to.
* [Update Airtable](/automation/actions/update-airtable.md): Updates a table in your Airtable account automatically.
* [Recalculate the current sheet](/automation/actions/recalculate-the-current-sheet.md): Hard refresh the worksheet you chose in the trigger step and refresh the results of formulas set in the worksheet.
* [Make an HTTP request](/automation/actions/make-http-request.md): Send an HTTP request automatically.
* Set formula at cell
* Set value at cell/Update a cell's value
* Grant or remove access to/from a spreadsheet
* Insert a new sheet to the current spreadsheet
* Remove duplicates in a chosen sheet
* Remove rows
* Remove last rows
* More to come...

### Remove an action

Click the close button on the top right of each action form to remove an action.

### Action run sequence

Actions will run sequentially if you choose multiple actions.


---

# 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://help.logicsheet.co/automation/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.
