Uipath Marketplace
MarketplaceListingsActivityRetrieve Configuration Parameters

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

Retrieve Configuration Parameters

Retrieve Configuration Parameters

by Manish Jagtap

StarStarStarStarStarStarStarStarStarStar

0

Activity

Downloads

1.2k

back button
back button
carouselImage0
next button
next button

Summary

Summary

Obtain the required data or configuration parameters from an XML file using XPath.

Overview

Overview

This custom activity is helpful for cases when the required robot parameters change frequently and the real-time data is available in the XML file.

If the automation involves configurations which may vary on a day to day basis then it would be a bit tedious to change the parameters in Orchestrator frequently. 

Using this activity the required parameters can be fetched at runtime if the config parametrs are available in XML file.

For instance for an automation that will move a file from the source to a final destination and the path changes every day, the parameters need to be updated accordingly.

If the path can be obtained from the source application in XML file format, then this file can be read during runtime and the config can be assigned accordingly.

This activity can also be used just to check if specific data exists in the XML file or not. If the specified XPath data exists then the output will be TRUE, if the data does not exist then the output will be FALSE.

Detailed explanation of parameters and examples of how to use this activity can be found in the attached manual.

Features

Features

This activity can be used to extract the required data from the XML file using XPath and further use it as configuration parameters for the robot or other activitis. This activity can also be used to just check if specific data exists in the XML file or not. If the specified XPath data exists then the output will be TRUE,else the output will be FALSE. If the XPath Query is used efficiently the precise outputs can be fetched from XML files without need of string manipulation or other methods.

Additional Information

Additional Information

Dependencies

Requires the package to be installed in the studio using package manager. No other external dependencies.

Code Language

Visual Basic

Runtime

Windows Legacy (.Net Framework 4.6.1)

Publisher

Manish Jagtap

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.2.0

Updated

Mar 4, 2020

Works with

Studio: 19.0 - 22.10

Certification

Silver Certified

Support

UiPath Community Support

Resources

Similar Listings