# Random Text

To get a random text out of pool of your choice

### Inputs

This step needs some input to work properly when you attempt to add this step in the sketch

| Input     | Description                                                                         | Type                                                        |
| --------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| Text Pool | This will be the pool I select one from (In format of: Text 1; Text 2; Text 3; ...) | [Text](https://abdi-dev.gitbook.io/mycuterobot/inputs/text) |

### Placeholders

This step provides 1 [placeholders](https://abdi-dev.gitbook.io/mycuterobot/tutorials/placeholder) for your use

| Placeholder                                                             | Description                            |
| ----------------------------------------------------------------------- | -------------------------------------- |
| [randomtext](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text) | The text picked from the pool randomly |

#### Using Placeholders

[placeholder](https://abdi-dev.gitbook.io/mycuterobot/tutorials/placeholder) of a step, can be used only if you provided the step number after the [placeholder](https://abdi-dev.gitbook.io/mycuterobot/tutorials/placeholder) name\
For example, using [placeholder](https://abdi-dev.gitbook.io/mycuterobot/tutorials/placeholder) `randomtext` that provided from the step number 3

```
<randomtext3>
```
