Using Get Asset in UiPath (Summary)
UiPath orchestrator Reading Asset Purpose Used to store crenditails in secure way, and used to create public varible and it can be used for entire application. How to create asset in orchestrator :- Login into Orchestrator On left side menu Click Asset Right side top corner you can see the + symbol round button click on it Now you can see a Popup apper, there give asset name what ever you want ex: "OUTPUT_PATH" Now select the data type of Asset Now give the value of the asset Click cricket Reading asset value from studio :- on the studio, use GET ASSET in the property window of GET ASSET type the assetname which has been created in uipath Orchestrator in the output value property and string variable using writeline or msgbox you can see the result.