Uipath Marketplace
MarketplaceListingsSnippetGet All Variable Definitions

Create your first automation in just a few minutes.Try Studio Web

Get All Variable Definitions

Get All Variable Definitions

by Siyang Wu

1

Snippet

Downloads

85

back button
back button
carouselImage0
next button
next button

Summary

Summary

This snippet will get all the variable definitions from each of your workflow files.

Overview

Overview

The the Get All Variable Definitions  provides the full path and all the variable definitions of each workflow file in a specified folder to a DataTable. All the workflow files in the current directory and all their subdirectories will be set up as objects.

Arguments:

  • in_FolderPath (String) - specified folder that includes workflow files
  • out_VariableDefinitions (DataTable) - the output DataTable includes the following five columns: Workflow FilePath, Variable Name, Variable Type, Variable Scope and Variable Default.

Features

Features

It provides as output all the variable definitions. These can be used for regular checks and management processes.

Additional Information

Additional Information

Dependencies

No dependencies

Code Language

Visual Basic

Publisher

Siyang Wu

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.0

Updated

Apr 21, 2020

Works with

Studio: 19.10 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Similar Listings