# Create Transient Document

> `UiPath.Adobe.AdobeSign.Activities.CreateTransientDocumentActivity`

`UiPath.Adobe.AdobeSign.Activities.CreateTransientDocumentActivity`

The **Create Transient Document** activity uses the Adobe Sign [API](https://secure.na1.adobesign.com/public/docs/restapi/v6#!/transientDocuments/createTransientDocument) to download the individual documents for an agreement to a local folder.

## How it works

The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

1. Complete the [Setup](https://docs.uipath.com/activities/other/latest/legacy-integrations/adobesign-setup) steps.
2. Add the [Adobe Sign Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/adobesign-scope) activity to your project.
3. Add the **Create Transient Document** activity inside the **Adobe Sign Scope** activity.
4. Enter values for the properties located in the body of the activity.
5. Create and enter a `ResponseStatus` variable for the **Output** property.

## In the Body of the Activity

* **File to upload** - The path of the file to upload. The path of the file to upload.
* **Transient Document ID** - The id of the newly created transient document. This field supports only `String` variables.

## Properties

### Common

* **DisplayName** - The display name of the activity. This field supports only `String` variables.

### Misc

* **Private** - If this checkbox is selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **ResponseStatus** - The status of the request (success/failure information). This field supports only `ResponseStatus` variables.
