Configuration Assets in UiPath better then Excel Config files ?

preview_player
Показать описание
Hi Friends,
This video is regarding the configuration assets that can be used instead of Excel Config File.
Config asset is nothing but a collection of configurable data in one single asset on Orchestrator which can be set from the Orchestrator and from code as well.
The configurable data is stored in the form of json text in a config asset on orchestrator.
We get asset value in a string variable and assign it to a JObject variable
and assign Key value pair to dictionary variable.
Reasons why not to use excel config file
- Reading the excel config file is slow.
- Excel file can get corrupted.
- Updating configurable data requires us to open excel manually and update then we require to publish the latest excel code and upload it to the orchestrator again.
- Configuration asset makes it updating easy directly from the orchestrator.
Рекомендации по теме