I’ve created credential-type asset in Orchstrator named ‘My_Credentials’ in ‘My Workspace’ folder to log into application I use. However, I’m not able to set the process, design activities and configure them (including Config) to get user name and password for appropriate text fields. Probably, I’m making some stupid mistake in variable declaration or something like that.
Could somebody share a kind of template process to get credentials from Orchestrator and apply them correctly, with appropriate properties and hints?
Well credentials needs to be in the sheet settings inside the config and not the assets, and in uipath studio you will need the get credentials activity to retrieve the credentials from orchestrator.
@kgkorespondencja click on the drop-down symbol in the orchestrator folder field and select it from drop-down and it is the same for the asset field also.
If you are using in Re-Framework and Calling from Config the it should be → row(“Asset”).ToString
Also, Try to remove the “Orchestrator Folder Path” and kept it blank
Hi again, the issue was generated by incomplete path to the asset in orchestrator. After defining orchestrator folder path as email address + folder name, the issue was resolved.
Thank you @Gokul001 and @Jayavignesh_G for your support