# Acción de regla: suddividi elenco

**Usado para:** separar uno o más elementos de una lista.

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

Con la regla "slice list" puedes separar fácilmente los elementos de una lista y ponerlos en un campo independiente. Por ejemplo, imagina que tienes una lista de imágenes para cada producto (como se muestra abajo) y necesitas poner cada imagen en su propio campo.

<figure><img src="/files/92dca821839725799b8757313a9de06c05f88ec0" alt=""><figcaption></figcaption></figure>

Para separar las imágenes adicionales en campos propios, puedes configurar una regla slice list como se muestra en la captura de pantalla abajo.

<figure><img src="/files/032209a97fcceccdc06aa00f867e928d7080e9c3" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.channable.com/manage-improve-product-data/manage-product-and-improve-data-es/reglas-edicion-masiva-y-enriquecimiento/como-utilizar-acciones-allora-en-las-reglas/accion-de-regla-suddividi-elenco.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.
