Rpa_STUDY

Rpa_STUDY

  • String class with RPA(UiPath)

    String Class with Uipath   [String] String.Concat (VarName1, VarName2) : Concatenate the string representations of two objects [Boolean] VarName.Contains(“Text”) : Whether the string contains [String] String.Format(“{0} is {1}”, VarName1, VarName2) : Convert the object value to a string and insert it into other text. [Int32] VarName1.IndexOf(“a”) : Returns the index (starting from 0) of the…

  • Excel, CSV, Data Table activities with RPA(UiPath)

    Excel, Data Table with Uipath   Excel Application Scope Used for working with the specified Excel file   Making Data Table Activities Build Data Table Read Range Read CSV Data Scraping (Web) Generate Data Table (Text)   Editing Data Table Activities Add Data Column Add Data Row Clear Data Table Filter Data Table For Each…

  • Input/Output Activities with RPA(UiPath)

    I/O Activities with UiPath Use Application/Browser The activity is a latest activity replacing the following activities. Open Application Open Browser Attach Window Attach Browser Element Scope Close Window Start Process The latest activity choose the best option among the Selector, Fuzzy Selector or Image as a targeting method. For the classic activities, the general option…

  • Variable with RPA(UIPath)

    1. RPA,  How to use a variable with assign activity 1) string Making the File Path with string variable and assign activity Value to Save : “folder_email\price_temp.xlsx” “folder_email\price_result.xlsx” 2) array 3) List Initialize a list variable 4) Datatable Initialize a datatable variable 2. How to use two more variables with FOR activity 1) String and…

  • Certification of RPA Developer Foundation

    Completion time : 37h 25m I couldn’t find the course in English. After I complied this course, I got the Diploma of completion   Subject (Total 21) UiPath Platform 알아보기 Studio로 첫 번째 프로세스 빌드 RPA Developer의 하루 Studio의 변수 및 인수 Studio의 컨트롤 흐름 Studio를 사용한 UI 자동화 (사용자 인터페이스 자동화 소개, 최신 환경의 …