---
title: "Uploading VIP Flows as Forms"
slug: "uploading-vip-flows-as-forms"
updated: 2024-07-05T12:14:26Z
published: 2024-07-05T12:14:26Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# Uploading VIP Flows as Forms

In this article, learn how you can upload VIP flows as self-service, paramterized forms!

### Step 1 - Save VIP Flow as a JSON

In VIP, go to **Tools -> Options -> Save JSON and XML.**This will save the VIP flow as a JSON file.

**![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1720178622140.png)**

### Step 2 - Upload JSON File into Enterprise Test Data

Inside of Enterprise Test Data, navigate to **Management -> Automation Servers.**Select the server that the file is saved in and that you will be executing the job on.****

Click **Add From File**, then browse for the JSON file.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1720178895527.png)

#### Step 2A - Provider Server Process Details

Enter in the following information:

> - Location is the full path of the file on the server (ex: C:\exampleVIPflow.vip)
> - Name of the job
> - Description of the job

#### Step 2B - Hopper Details

Enter in the following information:

- Hopper type as GENERAL
- Hopper Subtype as the name of the job

#### Step 2C - Provide Process Parameter Details

Select from the provided parameters which you would like to expose in your form. To expose a parameter, toggle the**Use in Form** to YES.

Click **Save**.

### Step 3 - Execute the Job

Navigate back to **Management -> Automation Servers**. You will now have your newly created job available as an option for execution

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1720179270111.png)
