You are on page 1of 1

Documentation

https://studio.uipath.com/v2018.3/docs
https://studio.uipath.com/v2018.3/docs/about-licensing
https://studio.uipath.com/v2018.3/docs/the-user-interface
https://studio.uipath.com/v2018.3/docs/keyboard-shortcuts
https://studio.uipath.com/v2018.3/docs/about-updating
https://studio.uipath.com/v2018.3/docs/about-automation-projects
https://studio.uipath.com/v2018.3/docs/about-debugging
https://studio.uipath.com/v2018.3/docs/managing-activities-packages
https://www.uipath.com/kb-articles/reusing-automations-library
https://studio.uipath.com/v2018.3/docs/installing-the-chrome-extension
https://studio.uipath.com/v2018.3/docs/connecting-your-project-to-a-source-control
https://activities.uipath.com/

Variables and Data Types


https://studio.uipath.com/v2018.3/docs/managing-variables
https://studio.uipath.com/v2018.3/docs/workflow-design
https://studio.uipath.com/v2018.3/docs/the-variables-panel
https://studio.uipath.com/v2018.3/docs/genericvalue-variables
https://studio.uipath.com/v2018.3/docs/text-variables
https://studio.uipath.com/v2018.3/docs/true-or-false-variables
https://studio.uipath.com/v2018.3/docs/number-variables
https://studio.uipath.com/v2018.3/docs/array-variables
https://studio.uipath.com/v2018.3/docs/date-and-time-variables
https://studio.uipath.com/v2018.3/docs/data-table-variables
https://studio.uipath.com/v2018.3/docs/managing-arguments
https://studio.uipath.com/v2018.3/docs/the-arguments-panel
https://studio.uipath.com/v2018.3/docs/using-arguments
https://studio.uipath.com/v2018.3/docs/about-imported-namespaces
https://studio.uipath.com/v2018.3/docs/importing-new-namespaces

If/Else Statements - Leap Year example - FlowChart & Sequence differences


Variables - Create - Year - Int32
Flow Chart - Input Dialog (Label + Result = Year) - Flow Decision - Message Box
Sequence - Input Dialog (Result = Create variable) - IF Block - Message Box

Loops
dowhile
while

forEach
Sequence - Select Folder(Output = Create Variable = seletedFolder) - Assign (To =
Create Variable = fileList; VB = Directory.Getfiles(selectedFolder)
forEach item in fileList - Write Line item

You might also like