# Add text column

The Add Text column step allows you to create a new column in your dataset with a string to fill

### Step parameters

1. `New column`**(string)\*** : Specify the name for the new column that will contain the result of your formula.
2. `Enter a text` **(string)\***: Specify the text that will fill all the rows of the new column you are going to create

### Example

**Input**

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-1c584d2ad46651a6f834b297917b64a91ccdb437%2Fadd_text_input.png?alt=media" alt=""><figcaption><p>Add - Add a text column input</p></figcaption></figure>

**Configuration**

```json
{
    "new_column": "new_one",
    "text": "This is a text"
}
```

**Output**

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-024b8f594e4d9dedc9aa59c19ef137c76bfe9b65%2FCapture%20d%E2%80%99e%CC%81cran%202025-02-20%20a%CC%80%2010.36.47.png?alt=media" alt=""><figcaption><p>Add - Add a text column output</p></figcaption></figure>

{% hint style="warning" %}

* If you try to add a column that already exists you will overwrite it.
* If you try to add an int in the "Enter a text" input it will interpreted as a string
  {% endhint %}
