상세 컨텐츠

본문 제목

[RPA] Studio에서 Asset호출

IT/RPA(UiPath)

by Adonis_ 2019. 11. 4. 14:25

본문

목표

Studio에서 Asset호출하기


1. Text Type

[ Get Asset Activity ]

  • AssetName : Orchestrator에서 설정한 Asset Name
  • Value : 호출결과를 담을 변수

 

 

2. Credential Type

[ Get Credential  Activity ]

  • AssetName : Orchestrator에서 설정한 Asset Name
  • Password : 암호화된 변수로 SecureString Type
  • Username : String변수로 String Type

[ Assign ]

strPW = new System.Net.NetworkCredential(string.Empty, out_SecureString).Password

관련글 더보기

댓글 영역