# 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*]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.pickzen.com/guides/nocode/functions/removefrom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
