У нас вы можете посмотреть бесплатно UiPath | How to use Lists and Collections | Guide или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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