> For the complete documentation index, see [llms.txt](https://docs.workflowgen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workflowgen.com/admin/9.3/workflow-applications/copydata-workflow-application.md).

# COPYDATA

## Overview

The **COPYDATA** workflow application is used to copy data from a parameter to a different data.

## How it works

All parameters are optional, and parameter names can be set by the process designer. To copy a data from one to another, the only action required is to set the default value as the data to copy and set the data into which you want to retrieve it (as long as the data type is compatible). The parameters’ directions must be INOUT. There is no limit to the number of parameters.

## Parameters

### Optional parameters

<table data-header-hidden><thead><tr><th valign="top">Parameter</th><th valign="top">Type</th><th valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><strong>Parameter</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">DATETIME type data to copy</td></tr><tr><td valign="top"><code>DATA_FILE1</code></td><td valign="top">File</td><td valign="top">INOUT</td><td valign="top">FILE type data to copy</td></tr><tr><td valign="top"><code>DATA_NUMERIC1</code></td><td valign="top">Numeric</td><td valign="top">INOUT</td><td valign="top">NUMERIC type data to copy</td></tr><tr><td valign="top"><code>DATA_TEXT1</code></td><td valign="top">Text</td><td valign="top">INOUT</td><td valign="top">TEXT type data to copy</td></tr></tbody></table>

### Examples of parameters

<table data-header-hidden><thead><tr><th valign="top">Parameter</th><th valign="top">Type</th><th valign="top">Direction</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><strong>Parameter</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">Send value of <code>FORM_DATA</code><br>Retrieve value into <code>FORM_ACTION_ACTION1</code></td></tr><tr><td valign="top"><code>MY_PARAMETER_NAME</code></td><td valign="top">Text</td><td valign="top">INOUT</td><td valign="top">Send value of <code>TEXT_DATA</code><br>Retrieve value into <code>OTHER_TEXT_DATA</code></td></tr></tbody></table>


---

# 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.workflowgen.com/admin/9.3/workflow-applications/copydata-workflow-application.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.
