# concat

## Description

Combining separate pieces of text or characters to create a larger, unified text or string.

## Input / Parameter

| Name     | Description                   | Input Type  | Default | Options | Required |
| -------- | ----------------------------- | ----------- | ------- | ------- | -------- |
| string1  | The first value to combine.   | String/Text | -       | -       | No       |
| string2  | The second value to combine.  | String/Text | -       | -       | No       |
| string3  | The third value to combine.   | String/Text | -       | -       | No       |
| string4  | The fourth value to combine.  | String/Text | -       | -       | No       |
| string5  | The fifth value to combine.   | String/Text | -       | -       | No       |
| string6  | The sixth value to combine.   | String/Text | -       | -       | No       |
| string7  | The seventh value to combine. | String/Text | -       | -       | No       |
| string8  | The eight value to combine.   | String/Text | -       | -       | No       |
| string9  | The ninth value to combine.   | String/Text | -       | -       | No       |
| string10 | The tenth value to combine.   | String/Text | -       | -       | No       |

## Output

| Description                                      | Output Type |
| ------------------------------------------------ | ----------- |
| Returns the concatenated/unified text or string. | String/Text |

## Callback

N/A

## Video

## Example

| Screenshot                                                                                                                                                                                                  | Expected results                                      |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-47b16c0feee38aef787af929795dad534e174039%2Fconcat-step-1.png?alt=media) | `The quick brown fox jumped over the lazy dog again.` |

## Links
