> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/removefrom.md).

# REMOVEFROM

### Syntax

**REMOVEFROM(items, list)**

| Argument name                                | Description                                                                |
| -------------------------------------------- | -------------------------------------------------------------------------- |
| <p><strong>items</strong></p><p>Required</p> | Input list of items, or text with items separated by semicolons to remove. |
| <p><strong>list</strong></p><p>Required</p>  | Source list.                                                               |

### Examples

![](/files/-MA6AQ5R1BpvHq5Z4sMx)

* Row 1 adds \[*p1, p2, p3*] to a new list named *list*.
* Row 2 removes \[*p2*] from the existing list named *list*.

Results will be:

* *list* = \[*p1, p3*]
