> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/readme/powertable-sheets/how-tos/adding-columns-overview/add-visual-column/button-column.md).

# Button Column

A button column is an interactive column that can be added to your table and configured to open a URL or execute an automation.

This article explains how to add a button column to your table.

1. Go to **PowerTable** > **Insert Column** > **Add Visual Column** > **Add Button Column**.

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

2. Configure the column details:

* **Column Name:** Enter a name for the column.
* **Label:** The default button label is *Click Here*. You can change the label if you want.
* **Action:** Select the action to perform when the button is selected. You can either open a URL or run an automation workflow.

<figure><img src="/files/GkHJy5fPQtxsnsp3r2rQ" alt="" width="563"><figcaption></figcaption></figure>

#### Add URL

3. If you choose to open a URL by the click of the button, select **Open Url** in **Action**.
4. Choose **Static** to enter a static URL, or **Formula** to enter a formula to generate a dynamic URL based on data.

In the following image, a formula is used to specify a dynamic URL that changes depending on the product name.

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

5. Select **Save**. The button column is added as shown below:

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

#### Execute an automation workflow

1. To trigger an automation workflow when the button is selected, select **Execute an Automation** under **Action**.
2. Select an existing automation workflow from the list. If the required workflow does not exist, select **Create Automation** to open the automation window and create a new workflow.

<figure><img src="/files/Wh2El211cBRjmf2ZETRg" alt="" width="563"><figcaption></figcaption></figure>

3. After selecting or creating the automation workflow, select **Save**.

### Related content

[Create automation](/documentation/readme/powertable-sheets/how-tos/create-automation.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.fabricplan.com/documentation/readme/powertable-sheets/how-tos/adding-columns-overview/add-visual-column/button-column.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.
