> 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/definir-valor-del-parametro.md).

# Definir valor del parámetro

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

La tarea **Define Parameter Value** permite asignar manualmente un nuevo valor a un parámetro existente dentro de tu flujo de datos en Gaio DataOS. Es una funcionalidad clave para controlar la ejecución del flujo, actualizar dinámicamente el contexto o sobrescribir valores predeterminados en tiempo de ejecución.

***

### Cómo usar

#### 1. Abrir la tarea

Navega a: **Tasks > ETL > Define Parameter Value**

***

#### 2. Configurar los campos de la tarea

* **Label (Etiqueta):** (Opcional) Nombre personalizado para identificar esta tarea en el flujo.
* **Param:** Selecciona el parámetro que deseas actualizar. Debe existir previamente en el entorno.
* **Default:** Valor predeterminado original del parámetro (solo lectura).
* **Current:** Valor actual en uso antes de la actualización (solo lectura).
* **Value:** Nuevo valor que será asignado al parámetro durante la ejecución del flujo.

{% hint style="warning" %}
El valor definido aquí sobrescribirá temporalmente el valor actual del parámetro durante la ejecución del flujo y podrá ser utilizado por otras tareas en la secuencia.
{% endhint %}

***

#### 3. Guardar y aplicar

Después de ingresar el nuevo valor en el campo **Value**, haz clic en **Save**.

Cuando el flujo se ejecute, el parámetro será actualizado en tiempo real con el nuevo valor asignado.

***

### Casos de uso

* Actualizar dinámicamente filtros o variables antes de ejecutar consultas.
* Aplicar lógica condicional basada en valores definidos en tiempo de ejecución.
* Personalizar ejecuciones utilizando entradas del usuario o valores contextuales.
* Sobrescribir parámetros heredados previamente desde otros flujos o configuraciones predeterminadas.


---

# 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/definir-valor-del-parametro.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.
