TimK
(Tim Kok)
November 19, 2019, 6:30am
2
Add assets to orchestrator - URLs will be type text and credentials are credential type.
To retrieve in studio, use get Asset or get credential activities.
Credential will return 2 values - username as string and password as securestring type.
@mahalakshmis02
You have to create Uipath platform account.
https://platform.uipath.com/
Once you register, There will be assets tab to store your URL, File Name , credentials etc…
To retrieve your credentials in uiStudio - Use Get assest or Get Credential Activities.
Regards,
Srenivasan Kannan
@mahalakshmis02
Please refer the below sites.
Assets usually represent shared variables or credentials that can be used in different automation projects. They allow you to store specific information so that the Robots can easily access it. Additionally, an extra level of security is provided, as...
Studio has two activities, Get Asset and Get Credential, that the Robot can use to extract information from assets stored in the Orchestrator database. They are displayed in the Activities panel, under Orchestrator > Assets, and are part of the...
Creating Assets In the Assets page, click Add. The Add Asset window is displayed.In the Asset name field, enter a name for the asset.From the Type list, select the type of asset you want to create.Add a Description of the asset.From the Credential...
https://docs.uipath.com/activities/docs/get-robot-asset
Happy Learning !!!