# COPYDATA

## Aperçu

L’application de workflow **COPYDATA** copie les données depuis un paramètre dans une autre donnée.

## Mode de fonctionnement

Tous les paramètres sont facultatifs, et les noms des paramètres peuvent être réglés par le créateur du processus. Pour copier un ensemble de données dans un autre, la seule action requise est de définir la valeur par défaut avec les données à copier, puis de définir l’ensemble de données dans lequel les données seront copiées (pour autant que le type de données soit compatible). Les directions des paramètres doivent être INOUT. Il n’y a aucune limite au nombre de paramètres.

### Paramètres facultatifs

<table data-header-hidden><thead><tr><th valign="top">Paramètre</th><th valign="top">Type</th><th valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><strong>Paramètre</strong></td><td valign="top"><strong>Type</strong></td><td valign="top"><strong>Direction</strong></td><td valign="top"><strong>Description</strong></td></tr><tr><td valign="top"><code>DATA_DATETIME1</code></td><td valign="top">Date/Time</td><td valign="top">INOUT</td><td valign="top">Données de type DATETIME à copier</td></tr><tr><td valign="top"><code>DATA_FILE1</code></td><td valign="top">File</td><td valign="top">INOUT</td><td valign="top">Données de type FILE à copier</td></tr><tr><td valign="top"><code>DATA_NUMERIC1</code></td><td valign="top">Numeric</td><td valign="top">INOUT</td><td valign="top">Données de type NUMERIC à copier</td></tr><tr><td valign="top"><code>DATA_TEXT1</code></td><td valign="top">Text</td><td valign="top">INOUT</td><td valign="top">Données de type TEXT à copier</td></tr></tbody></table>

### Exemples de paramètres

<table data-header-hidden><thead><tr><th valign="top">Paramètre</th><th valign="top">Type</th><th valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><strong>Paramètre</strong></td><td valign="top"><strong>Type</strong></td><td valign="top"><strong>Direction</strong></td><td valign="top"><strong>Description</strong></td></tr><tr><td valign="top"><code>DATA_FILE1</code></td><td valign="top">File</td><td valign="top">INOUT</td><td valign="top">Envoyer la valeur de <code>FORM_DATA</code> Récupérer la valeur dans <code>FORM_ACTION_ACTION1</code></td></tr><tr><td valign="top"><code>MON_NOM_PARAMETRE</code></td><td valign="top">Text</td><td valign="top">INOUT</td><td valign="top">Envoyer la valeur de <code>TEXT_DATA</code> Récupérer la valeur dans <code>OTHER_TEXT_DATA</code></td></tr></tbody></table>


---

# 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://docs.workflowgen.com/admin-fr/applications-de-workflow/application-de-workflow-copydata.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.
