# Convert Native Table to a Google Sheet

There is an option *Convert to a Google Sheet* available in *More Actions* of your native tables.&#x20;

**This action is not reversible**. Once your table converts to a Google Sheet, you cannot convert it back to a native table.

You might wonder what happens to the existing table references in your building blocks if you convert your table to a Google Sheet. The good news is that the table references can stay unchanged since the table id does not change on converting the table to a Google Sheet. You only need to ensure that the column names are the same. Case-sensitivity does not matter: If the column is named "column one" in your native table and "COLUMN One" in your Google Sheet, this will not break any references in the building blocks. If some of the column names that building blocks refer to are not the same, simply rename the column names either in your Google Sheet or in your native table **before** converting. Otherwise those columns that are not present in your Google Sheet will be removed and all the references to them in your building blocks will be automatically removed, too.

Beware that all rows in your native table will be **permanently deleted** once your table is converted to a Google Sheet. You can secure your data by using the export option ([Export Data as CSV](/using-zerowork/using-tables/export-data-as-csv.md)) before converting.

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


---

# 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.zerowork.io/using-zerowork/using-tables/convert-native-table-to-a-google-sheet.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.
