Split text
Split text on "" into a list.

Input
Text
| Name | Required | Description |
|---|---|---|
| Text | Text, to split into a list. | |
| Split Text | The character or text to split on. Eg. Item1, Item2 split on a comma will return a list with Item1 and Item2 in it. |
Options
| Name | Required | Description |
|---|---|---|
| Trim Entries | Trim whitespace from the items. | |
| Remove Empty Entries | Omits any items that would be empty, Eg. Item1, Item2, , would still just result in Item1 and Item2. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |
|Items| ||