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

# Creating a set of data transforms in Pega

> Build a Pega data transform that copies captured field values from the FlexiCapture JSON structure into your case properties using Dev Studio.

A [data transform](https://community.pega.com/knowledgebase/articles/data-transforms-models) copies data from the data structure to the properties of a case.

To create a new data transform:

1. In **Dev Studio**, click **Records → Data Model → Data Transform →** **Create**.

2. In the dialog box that opens, fill in the **Label** and **Identifier** fields.

3. In the **Additional configuration options** section, select **JSON**.

4. In the **Apply to** field, replace "Rule-Obj-Activity" with the full name of the case.

   <Frame>
     <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega172.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=f9262d53c1e66404dfa835bf7837a1f9" alt="Screenshot of the Create Data Transform window in Pega Dev Studio with the Label set to JsonToInvoiceWithVerificationFields, JSON selected as the data model format, and the Apply to field set to the case." width="1199" height="560" data-path="images/flexi-capture/connectors/Pega172.png" />
   </Frame>

5. Click **Create and open**. In the dialog box that opens, click **Definition** and connect the case fields to the data that will be received from FC when document processing has finished.

<Frame>
  <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega173.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=1d8fbad9240799c98349dea39ac95213" alt="Screenshot of the Edit Data Transform Definition tab in Pega Dev Studio with a Set action mapping the .InvoiceNumber clipboard property to the InvoiceNumber JSON property." width="1211" height="352" data-path="images/flexi-capture/connectors/Pega173.png" />
</Frame>
