# Extract the next new item in a container — Botize Containers Botize method — `btzcontainers.get` (trigger). Extracts each new element from a container, being able to specify the order (sequential, random or by entry date) and apply filters to extract only those elements that contain one or more words or specific tags. By extracting an item from the container, it can be removed from the container or a copy can be kept in the container. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `container` *(string)* — Container (Edit) - `order` *(string, one of: "random" = Get from container in random order; "sequence" = Get from container in sequential order; "date" = Get from container order by date, default: "random")* — Order - `tags` *(string)* — Only items with all this tags - `any_word` *(string)* — Only items with any of this words - `keep` *(boolean)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{container_text}}` *(text)* — Text - `{{container_url}}` *(url)* — URL - `{{container_file}}` *(file)* — File - `{{container_tags}}` *(text)* — Tags - `{{container_id}}` *(int)* — Id - `{{date}}` *(date)* — Date ## This app Every trigger and action for Botize Containers: https://botize.com/en/app/btzcontainers.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/btzcontainers/get