How get Credentials from orchestrator in coded automation

How get Credentials from orchestrator in coded automation. Its assignment and i need to get credentials from orch.

@revivedpush.organization

Get_User = system.GetCredential("ACME_Credential",null,out var password, CacheStrategyEnum.None, 30000);
Password = new System.Net.NetworkCredential(string.Empty,password).Password;

using this:
using UiPath.Core.Activities;

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.