Skip to main content
Use Skill is typically the first Vantage activity in a UiPath workflow. It submits a document to a Vantage skill and hands back a Transaction Id. Processing happens asynchronously inside Vantage. You pass the Transaction Id to the Get Results activity to fetch the results once processing finishes.

Activity properties

InputFile

Select a skill

The Use Skill activity can only be used inside a configured Vantage Scope activity.
Vantage Scope activity with Vantage connection settings and a nested Use Skill activity showing the Skill Name drop-down and its reload button
1

Set the credentials

On the Vantage Scope activity, set the Password or Client Secret property, depending on your authentication flow. This lets the connector retrieve the skill list. Once the workflow is configured, switch to the Secure Password or Secure Client Secret property. For more information, see Vantage Scope activity.
2

Load the list of skills

Click the button to the right of the drop-down list under Skill Name.
3

Choose the skill

Expand the Skill Name drop-down list and select the skill to use for document processing.
The Skill Name parameter accepts a UiPath String variable. Selecting a skill from the drop-down writes the new value to the variable. Expressions and references to other variables are not supported.
Reduce the file size of large files to 30 MB or less to speed up document processing.