UiPath How to use Lists and Collections Guide
YOUR LINK HERE:
http://youtube.com/watch?v=Zrh9ML-Bjik
After watching this UiPath tutorial, you will be able to work with lists/collections in UiPath. We are working us through the activities with a practical example use case. • You could also watch: • π΅ UiPath RPA Beginners Tutorial (+2 hours!) - • UiPath RPA Beginners Tutorial • π΅ UiPath Advanced Use Cases - • UiPath Advanced Use Cases • 0:40 Creating a List variable (System.Collections.Generic.List) • We are creating a List variable to store our collection of strings in. • 1:38 Assign the List (New List(Of String)) • It's counterintuitive, because you just created the List variable in your variables manager, but we need to assign our List as a New List (Of String) • 2:12 How we Add Items to the List (Add To Collection) • Using the Add to Collection activity we can add items to the list. • 4:21 How to print the items in a List using a For Each loop • We can iterate through our list with a For Each. • 5:26 Exists In Collection • By using the Exists In Collection we can check if a value exists in a collection. The result will be a boolean (= true or false). • 7:26 Remove From Collection • To remove items from our collection we use a simple Remove From Collection Activity. • 8:46 Clear Collection • We use the Clear Collection activity to complete empty a collection. • πUiPath Book Recommendations - https://andersjensen.org/rpa-book-rec... • Connect with me: • π Subscribe - http://www.youtube.com/user/klogeande... • πΌ LinkedIn - / andersjensens • π₯ Facebook - / andersjensenorg • π Email Newsletter - https://andersjensen.org/email-newsle... • πGet the files from the video • https://1drv.ms/u/s!Al9RjoWZcShJiM9ts... • #uipath #rpa #automation
#############################
