> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-es/reglas-edicion-masiva-y-enriquecimiento/como-utilizar-acciones-entonces-en-las-reglas/accion-de-regla-suddividi-articoli.md).

# Acción de regla: suddividi articoli

**Usado para:** dividir ítems que están en una lista en ítems separados.

**Utilizado en:** declaraciones "THEN" y declaraciones "ELSE".

Esta regla hace exactamente lo contrario de la regla “group items”. Selecciona un campo de un ítem que contenga una lista (por ejemplo, una lista de tallas disponibles) y crea ítems separados por cada elemento de esa lista. Un ítem con una lista de 5 tallas se transformará en 5 productos idénticos salvo por el campo que contiene la talla.

Como se muestra abajo, la regla es fácil de configurar. Solo asegúrate de que el campo elegido (p. ej., “size”) realmente contenga una lista de valores — de lo contrario la regla no funcionará.

<figure><img src="/files/1c28e74398ffcf65956be79bec0439f5cf79d5bc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
¿Quieres dividir tus ítems, pero tus valores aún no están en una lista? Si tienes diferentes valores para un campo y en lugar de una lista es solo texto, puedes usar nuestra [regla “split text to list”](/manage-improve-product-data/manage-product-and-improve-data-es/reglas-edicion-masiva-y-enriquecimiento/como-utilizar-acciones-entonces-en-las-reglas/accion-de-regla-dividi-testo-in-un-elenco.md) para crear una lista dentro de ese campo.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-es/reglas-edicion-masiva-y-enriquecimiento/como-utilizar-acciones-entonces-en-las-reglas/accion-de-regla-suddividi-articoli.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
