uipath

  • 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…