# 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](https://docs.powertable.com/explore-powertable/automation).

{% stepper %}
{% step %}

### To add a new column

Go to **Setup > Columns.**

![](/files/895f815bf94635f6c3fefb0d6884b5f72d7d4b99)

Set up column
{% endstep %}

{% step %}

### Add the button column

Click **Add Visual Column > Add Button Column.**

![](/files/2e6a3768132a9db90804160e3b66cff0defcaf66)

Add button column

Alternatively, you can insert a new column from the 'Home' tab, as shown below:

![](/files/6cda0a9987398b8f71fd57d707028f5ed65cc39a)
{% endstep %}

{% step %}

### Enter the details about the column

* **Column Name:** Enter a name for the column.
* **Label:** The default label is 'Click Here'. If necessary, you can edit the label for the displayed link.
* **Action:** Choose the action you want PowerTable to perform when you click the link. You can choose to open a URL or execute an automation, as required.

![](/files/a8747f651bb68b43eca487628ccc25fb6a96d6d7)

Column Details

**URL:** If you choose to open a URL, enter the URL details in the section below. Choose **Static** to enter a static URL, or **Formula** to enter a formula to generate a dynamic URL based on data.

Static URL - example

![](/files/40827976d2985ef7e90436dec755d011e177e3b5)

Formula - example

![](/files/170611443d88b08e178198dfd9a4377f5c078c9b)
{% endstep %}

{% step %}

### Save the column

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

![](/files/c58816b2ba873a75d97bfa6ba490247771a95554)
{% endstep %}
{% endstepper %}


---

# 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://docs.fabricplan.com/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.
