> For the complete documentation index, see [llms.txt](https://docs.gaiodataos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gaiodataos.com/gaio-dataos-spanish/herramientas/tareas/etl/parametros-para-la-tabla.md).

# Parámetros para la tabla

<figure><img src="/files/DXRdkbfNjxBwvqOX9kYe" alt=""><figcaption></figcaption></figure>

La tarea **Param to Table** en Gaio DataOS permite generar una tabla que contiene los valores de parámetros seleccionados disponibles en el entorno actual.\
Es útil cuando necesitas utilizar valores de parámetros dentro de flujos, combinarlos con fuentes de datos o mostrarlos dinámicamente en reportes.

{% hint style="warning" %}
&#x20;Esta tarea solo puede utilizarse cuando uno o más parámetros ya están definidos en el entorno (parámetros globales, de usuario o contextuales).
{% endhint %}

***

### Cómo usar

#### 1. Abrir la tarea

Ve al menú: **Tasks > ETL > Param to table**

***

#### 2. Configurar la tarea

* **Task label:** (opcional) Nombre para identificar este paso en el flujo.
* **Result table:** Ingresa el nombre de la nueva tabla que almacenará los parámetros seleccionados (ej.: `param_table`).

***

#### 3. Seleccionar parámetros

En la sección **params**, se listarán todos los parámetros disponibles.

* Usa las casillas de selección para elegir los que deseas incluir en la tabla resultante.
* Puedes filtrar la lista si hay muchos parámetros disponibles.

**Ejemplo:**\
Selecciona `userId`, `region` y `product` para crear una tabla con esos valores como columnas.

***

#### 4. Guardar y utilizar

Haz clic en **Save** para registrar la tarea en el flujo.

La tabla resultante contendrá:

* Una única fila.
* Cada parámetro seleccionado como una columna.
* El valor actual del parámetro como contenido de la celda.

***

### Casos de uso

* Unir valores de parámetros con tablas internas o externas.
* Usar parámetros como entradas para otros pasos ETL.
* Mostrar filtros dinámicos o específicos por usuario en dashboards.
* Registrar o exportar el contexto de ejecución para auditoría o seguimiento.

***


---

# 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:

```
GET https://docs.gaiodataos.com/gaio-dataos-spanish/herramientas/tareas/etl/parametros-para-la-tabla.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.
