> ## 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.

# Sample process

> Run the bundled sample Alteryx workflow to see how the ABBYY Vantage Connector processes a multi-file transaction and extracts field data.

The ABBYY Vantage Connector for Alteryx ships with a sample process that demonstrates how to use ABBYY Vantage tools in your workflow. It shows how to configure the Alteryx process to pass input data to Vantage tools, create a multi-file transaction, set transaction registration parameters, and process results from several documents in a single transaction.

The sample process shows how one person's Bank Statement and Personal Bill documents are processed in a single transaction. The default location of the sample process is `C:\Program Files\ABBYY Vantage Connector for Alteryx\SampleWorkflow\Vantage.yxzp`.

## Package contents

The `Vantage.yxzp` package contains:

* Two sample input images (`BankStatement.tif` and `PersonalBill.tif`)
* The `Vantage.yxmd` main workflow file
* The `GetTransactionStatusMacro.yxmc` macro file embedded in the main workflow
* An **Output** folder to save processing results

## Run the sample process

<Steps>
  <Step title="Import the package">
    Run `Vantage.yxzp` and import its contents to any accessible folder.

    <Frame>
      <img src="https://mintcdn.com/abbyy/GYXzQ7h3X_sAg5P7/images/vantage/developer/connectors/alteryx/import-workflow-package.png?fit=max&auto=format&n=GYXzQ7h3X_sAg5P7&q=85&s=2ed00727102703c4398872b34b417fa6" alt="Alteryx Import Workflow Package dialog showing Vantage.yxzp as the package file and Vantage.yxmd as the workflow, with the destination directory field" width="398" height="239" data-path="images/vantage/developer/connectors/alteryx/import-workflow-package.png" />
    </Frame>
  </Step>

  <Step title="Open the main workflow">
    Open the `Vantage.yxmd` workflow file in Alteryx Designer.

    <Frame>
      <img src="https://mintcdn.com/abbyy/GYXzQ7h3X_sAg5P7/images/vantage/developer/connectors/alteryx/sample-workflow.png?fit=max&auto=format&n=GYXzQ7h3X_sAg5P7&q=85&s=6632efc623a9fdce75030b9a886f141c" alt="Alteryx workflow canvas showing the ABBYY Vantage connector workflow with Use Skill, GetTransactionStatusMacro, Get Result, and Parse Fields tools connected in sequence" width="1575" height="884" data-path="images/vantage/developer/connectors/alteryx/sample-workflow.png" />
    </Frame>
  </Step>

  <Step title="Configure the Use Skill tool">
    Select the **Use Skill** tool and specify your Vantage connection settings in the configuration panel:

    * Vantage server URL
    * User name (login for your Vantage account)
    * Password
    * In the **Skill Name** drop-down list, select **Default Process Skill**
  </Step>

  <Step title="Configure the Get Result tool">
    Select the **Get Result** tool and specify the same connection settings in its configuration panel.
  </Step>

  <Step title="Configure the Get Status tool in the macro">
    Open the `GetTransactionStatusMacro.yxmc` macro file. Select the **Get Status** tool and specify the same Vantage connection settings in the configuration panel.
  </Step>

  <Step title="Save and close the macro">
    Save and close the `GetTransactionStatusMacro.yxmc` file.
  </Step>

  <Step title="Switch back to the main workflow">
    Switch to the `Vantage.yxmd` file.
  </Step>

  <Step title="Run the workflow">
    Run the workflow.
  </Step>
</Steps>

## Inspect the results

Once the workflow has run successfully, open the **Output** folder in the same directory as the workflow file. The **Get Result** tool creates the following:

* A subfolder for each transaction, named after the transaction identifier
* Two subsequent subfolders in the transaction folder for each document (named after document identifiers)
* Result files (`.json`) saved to the corresponding document subfolder

You can also inspect the **Parse Fields** output, the data table with extracted field values. This table is available to browse in the workflow and is also saved as `fields.csv` in the root of the **Output** folder.

## Related topics

* [Use Skill tool](/vantage/connectors/alteryx/tools/use-skill)
* [Get Status tool](/vantage/connectors/alteryx/tools/get-status)
