-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathAskQuestion2020.xaml
318 lines (318 loc) · 103 KB
/
AskQuestion2020.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<Activity mc:Ignorable="sap sap2010" x:Class="AskQuestion" mva:VisualBasic.Settings="{x:Null}" sap:VirtualizedContainerService.HintSize="1208,2348" sap2010:WorkflowViewState.IdRef="AskQuestion_1" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mva="clr-namespace:Microsoft.VisualBasic.Activities;assembly=System.Activities" xmlns:sap="http://schemas.microsoft.com/netfx/2009/xaml/activities/presentation" xmlns:sap2010="http://schemas.microsoft.com/netfx/2010/xaml/activities/presentation" xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<TextExpression.NamespacesForImplementation>
<scg:List x:TypeArguments="x:String" Capacity="50">
<x:String>System.Activities</x:String>
<x:String>System.Activities.Statements</x:String>
<x:String>System.Activities.Expressions</x:String>
<x:String>System.Activities.Validation</x:String>
<x:String>System.Activities.XamlIntegration</x:String>
<x:String>Microsoft.VisualBasic</x:String>
<x:String>Microsoft.VisualBasic.Activities</x:String>
<x:String>System</x:String>
<x:String>System.Collections</x:String>
<x:String>System.Collections.Generic</x:String>
<x:String>System.Data</x:String>
<x:String>System.Diagnostics</x:String>
<x:String>System.Drawing</x:String>
<x:String>System.IO</x:String>
<x:String>System.Linq</x:String>
<x:String>System.Net.Mail</x:String>
<x:String>System.Xml</x:String>
<x:String>System.Xml.Linq</x:String>
<x:String>UiPath.Core</x:String>
<x:String>UiPath.Core.Activities</x:String>
<x:String>System.Windows.Markup</x:String>
<x:String>System.Reflection</x:String>
<x:String>System.Runtime.InteropServices</x:String>
<x:String>System.Collections.ObjectModel</x:String>
<x:String>System.Activities.DynamicUpdate</x:String>
<x:String>UiPath.UIAutomationNext.Enums</x:String>
</scg:List>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<scg:List x:TypeArguments="AssemblyReference" Capacity="46">
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Core</AssemblyReference>
<AssemblyReference>System.Xml</AssemblyReference>
<AssemblyReference>System.Xml.Linq</AssemblyReference>
<AssemblyReference>PresentationFramework</AssemblyReference>
<AssemblyReference>WindowsBase</AssemblyReference>
<AssemblyReference>PresentationCore</AssemblyReference>
<AssemblyReference>System.Xaml</AssemblyReference>
<AssemblyReference>UiPath.System.Activities</AssemblyReference>
<AssemblyReference>UiPath.UiAutomation.Activities</AssemblyReference>
<AssemblyReference>Microsoft.Bcl.AsyncInterfaces</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.ValueTuple</AssemblyReference>
<AssemblyReference>UiPath.Excel</AssemblyReference>
<AssemblyReference>UiPath.Mail</AssemblyReference>
<AssemblyReference>UiPath.OCR.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationCore</AssemblyReference>
<AssemblyReference>UiPath.UIAutomationNext</AssemblyReference>
<AssemblyReference>System.ServiceModel</AssemblyReference>
</scg:List>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="AskQuestion" sap:VirtualizedContainerService.HintSize="732,2183" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Action Center","Advanced Tips","AI Center","API - HTTP Request","Beginers","Chatbot","DataTable","Document Understanding","Email","Excel","Exception","Files and Folders","JIRA","LINQ","List and Dictionary","Object Repository and MDE","Orchestrator Queues","PDF","Reframework","Salesforce activity","Salesforce REST API","SAP","ServiceNow activity","ServiceNow REST API","String and DateTime","Type of Processes","UiPath APPS","UiPath Assistant","UiPath Linux","UiPath Orchestrator","UiPath Studio Web","UiPath Studio X","Unattended Robot Modern Folder","Word and PPT","XML"})]" Name="listC" />
<Variable x:TypeArguments="scg:List(scg:List(x:String))" Default="[new List(of List(of String))]" Name="ListOfList" />
<Variable x:TypeArguments="scg:List(scg:List(x:String))" Default="[new List(of List(of String))]" Name="ListOfYou" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"3 ways to complete an External Tasks","A tour of our environment","Assigning tasks to users in code","Build an automation that completes a task in Action Center","Build an automation that creates a task in Action Center","Completing a Task in Action Center","Completing our first Task in Action Center","Designing a Form","Development Demo","Form Tasks vs. External Tasks","Orchestrator Mobile App","Publish automation to Orchestrator","Running the Task Completer automation","Running the automation from Orchestrator","Settings in Automation Cloud","Task Action (Task Results)","Task Catalogs","Waiting for a Form Task to complete","What is Action Center?"})]" Name="l1" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Adding a simple dynamic value to our HTML","Adding dynamic table data to our HTML","Configuration of NetSuite SOAP API (Token ID and Secret)","Debugging - An Easy Guide","Demonstrate the CV click activity","Demonstrate the CV element exists activity","Demonstrate the CV get text activity","Demonstrate the CV type into activity","Dynamic Selector ","Explaining PiP with example","Fast implementation time for UiPath Processes","From initial idea to implementation: The Business Case","From UiPath to Machine Learning","Get Running Processes","Get started with UiPath Cloud Robots - Serverless","Getting Started with UiPath Computer Vision","Git and Version Control in UiPath","How does Computer Vision actually work ?","How to build a reusable component using Libray","How To Capture All Screen Elements in One Click (Tutorial)","How to Connect to MSSQL Database and Run SQL Queries in UiPath","How to get started with UiPath Data Service","How to Implement Development Governance in UiPath","How to Implement Development Governance in UiPath","How to setup and use the Google Cloud Vision OCR with UiPath - Tutorial","How to Speed up the Ui automation inside UiPath Studio","How to use Dynamic Selectors","How to use Google Cloud Speech API powered by Machine Learning","How to use Personal Workspaces in UiPath","How to use the Anchor Base Activity in UiPath","How to use the Debug tools in UiPath Studio","Inject JS Script","Invoke Code - Tutorial","Invoke Method Activity| Full Tutorial for beginners","Invoke Power Shell Code","Invoke Python Script","Learn how to record exceptions in UiPath","Learn how to use Variables in Selectors","Matches and Regex","Pip - Changing the target session","RPA Lifecycle - Create PDD","RPA Lifecycle - Discovery Phase","RPA Lifecycle - Implementation","RPA Lifecycle - Testing","RPA vs INTEGRATION","Scrape Twitter and Do Sentiment Analysis","Set Text vs. Type Into activities","Setting a PiP options","SPEED UP your UiPath RPA AUTOMATIONS in TWO STEPS","Start any cmd Code with this General cmd command code","Start UiPath Process from CMD","The Create HTML Content activity basics","The journey from an initial idea to implementation","Tip #1: Consider Architecture Design","Tip #10: Triggers in Orchestrator","Tip #2: Use Background Processes","Tip #3: Avoid the Delay activity","Tip #4: Use Simulate type / click","Tip #5: Consider the Parallel activity","Tip #6: Use the faster activities","Tip #7: Stick to the Classic Selectors","Tip #8: Use APIs","Tip #9: Consider the VM resources","Ui Explorer - Tips and tricks","UiPath Automation Ops - Preview","UiPath continue on error simple example","UiPath RPA Mainframe Automation with Hostbridge","UiPath selectors full tutorial","Using the Data Scraping wizard in UiPath Studio","Using the Table Extraction wizard in UiPath Studio","Using UiPath to sort digital photos","What is Workflow Analyzer?","Why is important to have SPEED inside of the UI AUTOMATION?","Workflow Analyzer - Export to Excel function","Workflow Analyzer - Looking at Analyzer output","Workflow Analyzer settings and rules examples"})]" Name="l2" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"MVXDQEVhWzA?t=142","MVXDQEVhWzA?t=195","U0GtNdxLDRc?t=351","MVXDQEVhWzA?t=745","MVXDQEVhWzA?t=235","BESSUT20Fdc?t=498","MVXDQEVhWzA?t=610","BESSUT20Fdc?t=276","BESSUT20Fdc?t=107","MVXDQEVhWzA?t=100","BESSUT20Fdc?t=544","MVXDQEVhWzA?t=525","MVXDQEVhWzA?t=864","MVXDQEVhWzA?t=594","BESSUT20Fdc?t=67","U0GtNdxLDRc?t=177","U0GtNdxLDRc?t=68","BESSUT20Fdc?t=390","BESSUT20Fdc?t=32"})]" Name="y1" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"W5r9MkI-P7g?t=179","W5r9MkI-P7g?t=305","9cv_dFC0xt4?t=0","2eIcXXebOtE?t=0","hIUxPqEu_uo?t=646","hIUxPqEu_uo?t=798","hIUxPqEu_uo?t=264","hIUxPqEu_uo?t=1030","oko4ssbBC9E?t=0","k57e9aV4LaE?t=20","22HdDZE5C0c?t=0","S4AwjbM7utU?t=0","pCIzjHzmgZU?t=0","Eg5b7rOtu5U?t=0","uaUPzcrYL-U?t=0","wjK870yhtqE?t=0","ZCABZgBmjtM?t=0","hIUxPqEu_uo?t=57","bcwX3NGqmNQ?t=0","DTyNz8gzjM0?t=0","yXKI8IzUnDY?t=0","Ou4HM9zC0tE?t=0","4Shxzk_7zlw?t=0","4Shxzk_7zlw?t=0","cld-An4u_I8?t=0","EImxMZtuX44?t=0","gkmjZusQyqk?t=0","qG35vVwU5fE?t=0","E-a4iz-iM-k?t=0","BZFG_BL_sd4?t=0","ZKAA9q8aSgU?t=0","fJIdITjYx6Y?t=0","w_zbqDme2X8?t=0","mq6QSywBGmE?t=0","wKZu86GzHOo?t=0","7sZqsK5kTLQ?t=0","z_BIVJgBmjk?t=0","Mos-ZTysjz8?t=0","VVRdjAbhVLU?t=0","k57e9aV4LaE?t=383","3u-sv50an6g?t=77","3u-sv50an6g?t=25","3u-sv50an6g?t=142","3u-sv50an6g?t=206","qAzyAABd8Rk?t=0","HKxrAPxn5jA?t=0","HDSmRvyO_mo?t=0","k57e9aV4LaE?t=295","vOABUc844lE?t=0","W6T0JUfwYe4?t=0","K_uX3JeKUMU?t=0","W5r9MkI-P7g?t=28","DatWp82u7so?t=0","yh3rhuyTxxU?t=140","yh3rhuyTxxU?t=514","yh3rhuyTxxU?t=198","yh3rhuyTxxU?t=234","yh3rhuyTxxU?t=304","yh3rhuyTxxU?t=342","yh3rhuyTxxU?t=367","yh3rhuyTxxU?t=397","yh3rhuyTxxU?t=442","yh3rhuyTxxU?t=483","BNg96YB1MM8?t=0","qhDdjQ-oj1E?t=0","bJE5yjmyH7Q?t=0","WUk47sgOlYo?t=0","Lz0Bx_q_hCw?t=0","Ty2TiClUm6Q?t=90","Ty2TiClUm6Q?t=390","Ij1Kovm6ijY?t=0","V7719qbuHsM?t=28","iggtx-j7Tkw?t=0","V7719qbuHsM?t=417","V7719qbuHsM?t=283","V7719qbuHsM?t=100"})]" Name="y2" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Activating AiFabric in the UiPath Platform","Adding a model/package","Adding a Training dataset","Adding an Evaluation dataset","Creating a Pipeline for training","Creating a project","Machine Learning concepts"})]" Name="l3" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"d7HoikidKPU?t=217","d7HoikidKPU?t=295","d7HoikidKPU?t=366","d7HoikidKPU?t=508","d7HoikidKPU?t=435","d7HoikidKPU?t=270","d7HoikidKPU?t=22"})]" Name="y3" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"API Documentation","API Example in UiPath","API Kinds","API Types","Burger Example","Create a JSON with a List of Strings inside","Create a JSON with an Object inside","Create a JSON with Array inside","Create a simple JSON","Create JSON in UiPath Studio using VB.NET","Datatable to JSON","Deserialize a JSON with a List of Strings inside","Deserialize a JSON with an Object inside","Deserialize a JSON with Array inside","Deserialize JSON in UiPath","Deserialize simple JSON","Dynamic HTTP Request","Forms - Files and radio buttons","Forms - Panels, multi-select, tables, and buttons","Forms - Simple use-case with 2 drop-down list","Forms - Survey use-case","Forms - The basic inputs for text, numbers, dates, email, phone...","Forms - Use-case with multiple select insides of a drop-down list","Google Maps API","How to convert a DataTable to a JSON string in UiPath","How to do API calls and JSON parsing with RegEx","How Web Works?","HTTP Request Parameters","HTTP Request Wizard","HTTP Response Status","JSON to Datatable","OpenWeather API","POST Example","Request Methods","REST-API","SelectToken with LINQ","Spotify API","Summary","UiPath API Package","UiPath extracts Datatable from a complex JSON file","uipath http request make the same configuration like in postman ","UiPath Http Request Upload file with Multipart form-data","UiPath send data to PagerDuty","URI | URL | URN","URL Segment","When we use Deserialize JSON Array activity","Wrike configuration for REST API"})]" Name="l4" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"iZiwhhniDl0?t=2114","iZiwhhniDl0?t=1366","iZiwhhniDl0?t=2024","iZiwhhniDl0?t=2054","iZiwhhniDl0?t=108","AH_4CxljnME?t=845","AH_4CxljnME?t=665","AH_4CxljnME?t=737","AH_4CxljnME?t=585","cojORhYrBsQ?t=0","AH_4CxljnME?t=955","AH_4CxljnME?t=420","AH_4CxljnME?t=170","AH_4CxljnME?t=235","Tn5X-7kxzhs?t=0","AH_4CxljnME?t=95","HiS_lQ1wbD4?t=826","2A2fl0gGQhk?t=1850","2A2fl0gGQhk?t=895","2A2fl0gGQhk?t=255","2A2fl0gGQhk?t=1690","2A2fl0gGQhk?t=1155","2A2fl0gGQhk?t=610","iZiwhhniDl0?t=1100","_lsQ5tvucDU?t=0","ymne7wPzjFc?t=0","iZiwhhniDl0?t=267","iZiwhhniDl0?t=1582","iZiwhhniDl0?t=1229","iZiwhhniDl0?t=756","AH_4CxljnME?t=1070","iZiwhhniDl0?t=1013","iZiwhhniDl0?t=637","iZiwhhniDl0?t=483","iZiwhhniDl0?t=842","HiS_lQ1wbD4?t=502","iZiwhhniDl0?t=1143","iZiwhhniDl0?t=694","iZiwhhniDl0?t=1182","fFXvWco5nDw?t=0","Zzk9D5COFk0?t=0","G0j6dE0VLks?t=0","Acteqbk1Qx8?t=0","iZiwhhniDl0?t=287","iZiwhhniDl0?t=1652","AH_4CxljnME?t=360","gYFx395vS-k?t=0"})]" Name="y4" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Applications and Selectors","Arguments (IN)","Arguments (IN/OUT)","Arguments (OUT)","Browser Automation","Differences between Variables and Arguments","Excel and Data Tables","File Handling","How to do Web Scraping with UiPath - Use Case","If/While","Install UiPath and connect to Orchestrator","Invoke Workflow File","Invoke Workflow File | Full tutorial","Our first UiPath Robot","Regex in UiPath simple presentation","Screen Scraping with Get Text","Sequence and Flowchart","Simple Use Case - Add Customers to CRM","Simple Use Case - Create Financial Transactions","Simple Use Case - Mortgage Applications","Start UiPath","UiPath Basics - Browser Automation","UiPath Browser Automation Tutorial (The Basics for Beginners)","UiPath Studio and Project Settings","Universal Search in UiPath Studio","Variables","Variables | Arguments | Workflows (Europe Map)","Web/Data Scraping to Excel","Workflow Layout","Workflows"})]" Name="l5" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"sp5ZwFKfh-0?t=4026","4vLEVz_xzAA?t=1025","4vLEVz_xzAA?t=1438","4vLEVz_xzAA?t=1263","sp5ZwFKfh-0?t=4747","4vLEVz_xzAA?t=1717","sp5ZwFKfh-0?t=3208","sp5ZwFKfh-0?t=5522","jDKo4sax0SY?t=0","sp5ZwFKfh-0?t=2430","sp5ZwFKfh-0?t=68","4vLEVz_xzAA?t=695","ljVuS0IJub0?t=0","sp5ZwFKfh-0?t=238","mesRfWjNycQ?t=0","MdNVjWWkD98?t=0","NzamfhBthao?t=0","EWDxInPQzT0?t=65","EWDxInPQzT0?t=1635","EWDxInPQzT0?t=635","sp5ZwFKfh-0?t=215","KSQBJbUoZ-M?t=0","Qcm1PhPJWuE?t=0","Yig4uDzhwFo?t=0","fyOFGe_wxHU?t=0","sp5ZwFKfh-0?t=1344","4vLEVz_xzAA?t=785","sp5ZwFKfh-0?t=6235","4vLEVz_xzAA?t=569","4vLEVz_xzAA?t=462"})]" Name="y5" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Complex Use Cases with MS Teams Chatbot","Configuration with Orchestrator","Console Cloud configuration","DialogFlow basic config","DialogFlow Configuration","DialogFlow extract variables and test this logic","How to move variables between Intents","How to send SMS from an #UiPath Robot using #SMSLink.ro","Mapping variables with UiPath Process","Microsoft Teams trigger UiPath Robots (Chatbot)","MS Teams - UiPath Orchestrator send text to MS Teams via Webhooks","MS Teams - UiPath send text to MS Teams very fast via Webhooks","MS Teams - UiPath sends a local image to MS Teams via WebHook (Base64)","MS Teams Chatbot analyzes and answers to multiple direct messages","Send SMS from UiPath | sendSMS.ro","Simple Chatbot MS Teams create in UiPath Studio","Slack - send images to Slack from UiPath Studio via webhooks","Slack - UiPath Orchestrator send text to Slack via Webhooks","Slack - UiPath send text to Slack very fast via Webhooks","Slack trigger UiPath Robots (NodeJS)"})]" Name="l6" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"udnQoQCaw-0?t=0","RMDNU5Oa_W4?t=210","RMDNU5Oa_W4?t=395","RMDNU5Oa_W4?t=690","RMDNU5Oa_W4?t=330","RMDNU5Oa_W4?t=860","RMDNU5Oa_W4?t=1620","OpdT07Zn1uY?t=0","RMDNU5Oa_W4?t=1280","2ud8K2a4fq8?t=0","gcHRFcUJxio?t=0","fGbZF9MrHpQ?t=0","Q8h-WuJ9nls?t=0","mZyaUEpAs70?t=0","Lbry0mxtSUs?t=0","le5lAmNoCkk?t=0","j8PcXnmttLA?t=0","QJ6IMFyzYl4?t=0","8bB7O4nqENE?t=0","B17pGNJugLs?t=0"})]" Name="y6" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Access individual elements","Add Data Column","Add Data Row","Build Data Table","Check if DataTable is Empty","Clear Data Table","Clone DataTable","Compare Two DataTables using LINQ Query","Convert DataTable To Dictionary","Example - Filter DT using Date","Example - Filter DT using multiple columns (AND/OR)","Example - Filter DT using number condition","Example - Filter DT using String","Except Function","Filter data for multiple fake spaces before Generate DataTable","Filter Data Table","Filter data with multiple spaces inside of column","For Each Row","Generate Data Table","Get Duplicate Rows","Get Row Item","Get Unique Rows","How to Split a Datatable in UiPath","Intersect Function","Join Data Tables","Lookup Data Table","Merge Data Table","Output Data Table","Print data from DataTable","Read DataTable from Excel","Remove Data Column","Remove Data Row","Remove Duplicate Rows","Sort Data Table","Transpose DataTable using LINQ query","Union Function","Update value in DataTable","What is a Data Table?"})]" Name="l7" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"PydU5WPeaVo?t=260","T9FAg__-Gd4?t=388","T9FAg__-Gd4?t=316","T9FAg__-Gd4?t=85","PydU5WPeaVo?t=888","T9FAg__-Gd4?t=1595","PydU5WPeaVo?t=710","K5da3tNwGB4?t=0","1rgC2iuAed4?t=0","QGjlSeEVmws?t=1270","QGjlSeEVmws?t=647","QGjlSeEVmws?t=1197","QGjlSeEVmws?t=288","Z6AewjSuC1Y?t=299","PydU5WPeaVo?t=1980","T9FAg__-Gd4?t=674","PydU5WPeaVo?t=2300","T9FAg__-Gd4?t=186","T9FAg__-Gd4?t=916","kMMYEOkq39w?t=850","T9FAg__-Gd4?t=1380","kMMYEOkq39w?t=120","LyCv8h0hrsk?t=0","Z6AewjSuC1Y?t=69","T9FAg__-Gd4?t=1118","T9FAg__-Gd4?t=1250","T9FAg__-Gd4?t=755","T9FAg__-Gd4?t=1542","PydU5WPeaVo?t=108","PydU5WPeaVo?t=85","T9FAg__-Gd4?t=1217","T9FAg__-Gd4?t=1485","T9FAg__-Gd4?t=865","T9FAg__-Gd4?t=592","CGVSR6HwNAI?t=0","Z6AewjSuC1Y?t=366","PydU5WPeaVo?t=530","T9FAg__-Gd4?t=45"})]" Name="y7" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Brief explanation of Document Understanding phases","Classification","Create loop for each document","Data Extraction Scope","Digitize document","Export extraction to Excel","Form extractor","How to Setup and Use UiPath Forms AI ","Invoce Case - Classify Document Scope","Invoce Case - Data Extraction Scope","Invoce Case - Export Extraction Results","Invoce Case - Load Taxonomy","Invoce Case - Present Validation Station","Invoce Case - Read our invoice","Invoce Case - Scale the solution","Invoce Case - Specify the OCR Engine","Machine Learning extractor","Packages installation","PDF Table - Build DataTable for output data","PDF Table - Data Extraction Scope","PDF Table - Digitize Document","PDF Table - Export Extraction Results","PDF Table - Extract multiple PDF files","PDF Table - Iterate through our output and add data","PDF Table - Load Taxonomy","PDF Table - Merge Data Table","PDF Table - Understand the output data","PDF Table - Write the extracted to Excel","Taxonomy"})]" Name="l8" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"d4qt5UvlZdM?t=48","d4qt5UvlZdM?t=1050","d4qt5UvlZdM?t=647","d4qt5UvlZdM?t=1539","d4qt5UvlZdM?t=723","d4qt5UvlZdM?t=2333","d4qt5UvlZdM?t=1710","9wkV9_iBcQE?t=0","cp1hbChzUQ4?t=388","cp1hbChzUQ4?t=584","cp1hbChzUQ4?t=845","cp1hbChzUQ4?t=130","cp1hbChzUQ4?t=778","cp1hbChzUQ4?t=276","cp1hbChzUQ4?t=1063","cp1hbChzUQ4?t=372","d4qt5UvlZdM?t=1950","d4qt5UvlZdM?t=131","WPKEJLW7_Js?t=962","WPKEJLW7_Js?t=413","WPKEJLW7_Js?t=317","WPKEJLW7_Js?t=803","WPKEJLW7_Js?t=1226","WPKEJLW7_Js?t=1074","WPKEJLW7_Js?t=145","WPKEJLW7_Js?t=1028","WPKEJLW7_Js?t=830","WPKEJLW7_Js?t=1142","d4qt5UvlZdM?t=233"})]" Name="y8" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Gmail - Filters for emails","Gmail - Google script add data on Orchestrator Queue and start UiPath process","Gmail - Read Emails and Send Emails","Gmail - Trigger for Orchestrator","Gmail configuration for UiPath email automation","Gmail configuration inside settings","Gmail trigger UiPath Robots","Google Script start UiPath Robots","How to add a variable number of attachments to your email","How to attach multiple files to an Outlook mail in Uipath","How to Download Attachments from Outlook and save them dynamically","How to filter emails in Get Outlook Mail Messages - Full Tutorial","How to filter Outlook messages by sender email address","How to Forward Outlook Mails","How to send Attachments with Outlook","How to trigger a process, when a mail arrives","OutLook - Create a Dynamic Regex solution in UiPath","OutLook - Extract data out of the email body with Regex","Outlook - Filters for emails","OutLook - Move the processed emails","Outlook - Read Emails and Send Emails","Outlook - Task Scheduler from Windows","Outlook - Trigger the process from Orchestrator","Outlook trigger UiPath Robot from VBA code","Start UiPath Robot from Outlook"})]" Name="l9" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Y5gNBIZWEDs?t=630","Y5gNBIZWEDs?t=1410","Y5gNBIZWEDs?t=170","Y5gNBIZWEDs?t=1060","iIPFpe127JM?t=0","Y5gNBIZWEDs?t=60","rucv0ifiL5U?t=0","WI6k9dZoFoM?t=0","bZXSseMuWzM?t=0","0mleL0_U9Zc?t=0","EYZpM0g67JE?t=0","EizZPhhBLCQ?t=0","RSbzvdglpOM?t=0","AAG7WWNkyuM?t=0","4x-sc-1TKzI?t=0","Hlaaarbc8j8?t=0","AV59DqhJa38?t=1455","AV59DqhJa38?t=870","3NUATZn7yM0?t=465","AV59DqhJa38?t=1937","3NUATZn7yM0?t=80","3NUATZn7yM0?t=980","3NUATZn7yM0?t=755","2KaRjaEpecI?t=0","mmZV32wjkQA?t=0"})]" Name="y9" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Adjust Column Width","Color Code Excel Cells with Conditional Formatting","Compare Two Sheets","Convert Data Table to HTML String","Convert Text File to CSV File","Copy only rows that contain a specific string to a new table","Copy Range and Auto Fill Range","Count the repetition of string inside excel table","create a complex PivotTable in Excel using VBA code","Create Table and Pivot Table, also Refresh Pivot Table","Data Scraping to Excel","Delete Column from Table","Delete Excel Sheet","Delete Rows and Columns","Enable Excel Macro Settings","Excel Application scope and Read and Write Range","Excel trigger UiPath Robots","Execute Macro","Extract emails from Yahoo Mail and write this data in Excel","Extract table from a web site and write this data in Excel","filter rows from Excel based on a particular string contains","Format Numbers In Excel Column","Get Cell Color and Set Range Color","Get DataTable Columns","Get Excel Sheet Name","Get Excel Sheets Count","Get Selected Range, Append Range, Delete Range and Select Range","Get Workbook Sheet and Get Workbook Sheets","How to add data to a new Excel column","How to Check for an Expired Date in Excel","How to compare Excel columns with numbers","How to compare times from Excel","How to compare two dates in Excel (with .net)","How to compare two Excel sheets and update cells","How to do Real Time Currency Conversion","How to handle large CSV files in UiPath (ODBC database)","How to merge columns from different DataTables","How to Read Excel Data, do an Online Search and write the result in the next Column","How to remove duplicate rows in Excel","How to save Outlook Mails to Excel","How to send Hotkeys to specific Excel Cells ","Insert Column in Table and Filter Table","Insert column or row in Excel at specific location","Insert Rows and Columns","Invoke VBA","Invoke VBA Properties","Invoke VBA Vs. Execute Macro","LookUp Range","Loop through Rows and Columns in Excel","Macro Example (2 Parameters + MacroOutput)","Macro Example (2 Parameters)","Macro Properties","Macro Structure","Read Cell, Formula, Row and Column and Write Cell","Read Data from Excel search on Google and write back the data in Excel","Read, Write and Append CSV","Remove Duplicate Range","Remove Empty Rows From DataTable","Rename Column in Data Table","Rename Excel Sheet","Reverse DataTable","Some more subtle differences between the Excel and Workbook Read Range activities","Sort DataTable and Get Table Range","Sort Excel Sheets","Sub Vs. Function","The Excel Read Range Activity overview","The Workbook Read Range Activity overview","Transpose DataTable","UiPath Filter and Merge Datatable with RAW commands faster approach","VBA Code Structure","When to use the Excel Read Range","When to use the Workbook Read Range","Workbook Append Range","Workbook Get Table Range","Workbook Read and Write Range","Workbook Read Cell, Formula, Row and Column","Workbook Write Cell","write formula to Excel VLOOKUP | SUM"})]" Name="l10" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"BxJNTFWBVso?t=0","xFq_cTt-9BM?t=0","Z6AewjSuC1Y?t=411","SAGwH3nM4co?t=0","RyVUSn8JJpQ?t=0","rcqplwMywFY?t=955","aHOEsHDFZCo?t=2035","rcqplwMywFY?t=565","JtqxVNxdTFY?t=0","aHOEsHDFZCo?t=1760","kOPfG44-CBw?t=0","aHOEsHDFZCo?t=1615","4C5NAgB__cI?t=0","aHOEsHDFZCo?t=2010","wFIEKbcV0CI?t=392","aHOEsHDFZCo?t=80","aVSsFnI0fIo?t=0","aHOEsHDFZCo?t=2470","rcqplwMywFY?t=160","rcqplwMywFY?t=42","dQBO4E_W18I?t=0","BLwwoSPamhk?t=0","aHOEsHDFZCo?t=1390","0lFPDDc5Eak?t=0","8ho270OZHB4?t=0","rILZcpDj320?t=0","aHOEsHDFZCo?t=1105","aHOEsHDFZCo?t=1280","DTKyWrgDDDg?t=0","nJJQ-1i5QSc?t=0","8K8BYDySQ18?t=0","g1hoBnOFvbA?t=0","em7JWkTZOwM?t=0","LAWn9Sz8fac?t=0","j_bMat4ZSts?t=0","2hkf4_DbDR0?t=0","M2YJ3Z03oag?t=0","9HxtyuAiPTk?t=0","DfsyF80ro1M?t=0","zy_pjivxDGM?t=0","sg0Upw4ssBg?t=0","aHOEsHDFZCo?t=1650","59wOd7lrlhI?t=0","aHOEsHDFZCo?t=1925","aHOEsHDFZCo?t=2610","wFIEKbcV0CI?t=192","wFIEKbcV0CI?t=47","aHOEsHDFZCo?t=2185","t6WTt5EHLpQ?t=0","iPnOo9GWu4U?t=722","iPnOo9GWu4U?t=553","iPnOo9GWu4U?t=40","iPnOo9GWu4U?t=182","aHOEsHDFZCo?t=1020","rcqplwMywFY?t=300","aHOEsHDFZCo?t=205","aHOEsHDFZCo?t=2390","J0S-9KhEBRQ?t=0","2zTa2aRuKO0?t=0","jRNbQoqhYJc?t=0","9pk9kLc-_BM?t=0","XqHvKDStkNI?t=302","aHOEsHDFZCo?t=1490","ycgklzItcB4?t=0","iPnOo9GWu4U?t=135","XqHvKDStkNI?t=57","XqHvKDStkNI?t=251","mPyc37v8MW0?t=0","MFh8dfIdwrY?t=0","wFIEKbcV0CI?t=272","XqHvKDStkNI?t=632","XqHvKDStkNI?t=669","aHOEsHDFZCo?t=570","aHOEsHDFZCo?t=875","aHOEsHDFZCo?t=440","aHOEsHDFZCo?t=620","aHOEsHDFZCo?t=780","YgKqURZYpkE?t=0"})]" Name="y10" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"BusinessRuleException","ContinueOnError","Definition of a Business Exception","Definition of a Software Exception","Definition of an Application Exception","Exception Demo","Exception Handling","Exception handling overview","Exception Vs. Error","Forcing an Exception","How to Log Exception Messages to Excel","Rethrow","Retry Scope","System Demo of using Throw vs. Rethrow. There are two cascaded Try-Catch blocks.","The general to specific rule applies to exceptions.","The 5 most important Exceptions in UiPath: ArgumentException , NullReferenceException, IoException, InvalidOperationException and System.Exception","The Rethrow Activity throws the SAME exception (don't even have a chance to define a new exception in the properties panel)","The Throw Activity throws a new exception, eg. a business one. A new catch block should be defined for this new exception type.","Throw","Try Catch","Try Catch Use Case"})]" Name="l11" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"k4r64I7fjzI?t=900","WBki1AgKiCU?t=1972","GesX6RrmjQs?t=205","GesX6RrmjQs?t=43","GesX6RrmjQs?t=188","GesX6RrmjQs?t=249","WBki1AgKiCU?t=430","5QZ5dIB4dIs?t=42","WBki1AgKiCU?t=29","k4r64I7fjzI?t=527","qpD2TIgPk_U?t=0","WBki1AgKiCU?t=1867","WBki1AgKiCU?t=2075","5QZ5dIB4dIs?t=85","GesX6RrmjQs?t=114","GesX6RrmjQs?t=78","5QZ5dIB4dIs?t=290","5QZ5dIB4dIs?t=198","WBki1AgKiCU?t=1773","WBki1AgKiCU?t=474","k4r64I7fjzI?t=88"})]" Name="y11" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Copy Folder | Copy Files from Directory","Create a file or folder with dates inside","Delete all the files except PNG files","Delete files","Delete files that are older than 2 weeks","Delete only PNG files","Download the file and Move the latest file to folders","Excel Application Scope use files","Get all Files from Directory and Subfolders","Get File Extension","Get Newest File from Directory","How to Copy a File with a Dynamic Name","How to open some or all files in a folder","How to split path","How to use a Config file in UiPath","How to use the files start the process","How to Write and Read a Text File","Move files","Move files to do Rename","Rename File","Rename files with VB commands","Run Batch File","Trigger a process when the file is added to a folder","UiPath delete files and folders","UiPath download files via VB.NET code","UiPath Studio upload files using VB.NET","Wait for Download Activity"})]" Name="l12" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"l9tVqWScLvg?t=0","ufIgXK5G2xw?t=880","ufIgXK5G2xw?t=535","ufIgXK5G2xw?t=415","ufIgXK5G2xw?t=670","ufIgXK5G2xw?t=495","ufIgXK5G2xw?t=70","ufIgXK5G2xw?t=1230","QlA6E3LTSWo?t=0","VkSDCQ1qPv0?t=0","5a19IWCTIgg?t=0","PCxO1b1KkGo?t=0","Pr8ZBew6C0A?t=0","Fzwgb7sNVaw?t=0","dFLLVX50AKg?t=0","ufIgXK5G2xw?t=1125","b-6zTUijy7s?t=0","ufIgXK5G2xw?t=595","ufIgXK5G2xw?t=360","6r1ytD6hEEQ?t=0","ufIgXK5G2xw?t=270","dXp_8kUWgkQ?t=0","ufIgXK5G2xw?t=1020","DrU4WDOKojA?t=0","FX9oBEVhnrY?t=0","kpH5pIZk-N4?t=0","7Tc63IixDn0?t=0"})]" Name="y12" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"How to add and update Tables in Confluence.","Add issue Wizard","Basic Authentication","Confluence - Add content with labels from UiPath Studio","Confluence - Get data with design and SQL wizard inside of UiPath Studio","Confluence - Upload and Download to/from Confluence","Delete Issue - RAW REST API","Download all attachments from Issue - RAW REST API","Download all the files from the issue","Execute JQL","Extract JQL from Jira and run this on Robot","Get data with design wizard inside of UiPath Studio","Get data with SQL commands inside of UiPath Studio","How to set internal comment on Jira issue","Insert and Update an Issue - RAW REST API","Jira on-premises REST api configuration","Jira REST API configuration","OAuth2","OAuth2 connection for Jira and Confluence (Configuration REST API)","UiPath update Jira Issue status via REST API","Uipath upload files in Jira (REST API) (HTTP REQUEST)"})]" Name="l13" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"RoWsrzwSJGg?t=215","JJZpObvvyEo?t=120","YPdEiYINnXM?t=60","9ywBgq496tM?t=225","9ywBgq496tM?t=75","9ywBgq496tM?t=370","WpduLZZ-JAQ?t=37","WpduLZZ-JAQ?t=255","JJZpObvvyEo?t=370","YPdEiYINnXM?t=340","27upUkDgwdA?t=350","27upUkDgwdA?t=100","27upUkDgwdA?t=255","iUdwfyM4GYw?t=0","WpduLZZ-JAQ?t=70","zezUaLwM5h8?t=0","S9ZZlgU2_ew?t=170","YPdEiYINnXM?t=240","PawmhC6tYrw?t=0","bm3c86fzJk0?t=0","Ne3-5KFne7I?t=0"})]" Name="y13" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"6 use-cases of using LINQ","ANY Function - LINQ","Full Outer Join","Inner Join","Lambda Expression","Left Outer Join","LINQ Array","LINQ Average Function","LINQ DataTables","LINQ Group","LINQ Join","LINQ Order","LINQ Sum Function","LINQ XML","Method Syntax","Mixed Syntax","Parts of LINQ Query","Query Syntax","Right Outer Join","SKIP Function - LINQ","TAKE Function - LINQ","What is LINQ / What is Query?","What is LINQ?","WHERE Function - LINQ"})]" Name="l14" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"uibImumRGGM?t=0","ushKsJAXRT8?t=0","z3srG9JwR4A?t=1223","z3srG9JwR4A?t=138","TGjUUonqEJs?t=353","z3srG9JwR4A?t=580","2FlgUDtOoVc?t=293","erK_b6oaXz8?t=0","2FlgUDtOoVc?t=770","2FlgUDtOoVc?t=1488","2FlgUDtOoVc?t=2203","2FlgUDtOoVc?t=1838","_kOK6Q-VPVw?t=0","2FlgUDtOoVc?t=1030","TGjUUonqEJs?t=450","TGjUUonqEJs?t=696","2FlgUDtOoVc?t=80","TGjUUonqEJs?t=165","z3srG9JwR4A?t=978","RDQ9CrtumKU?t=0","PnaylK37gLE?t=0","TGjUUonqEJs?t=40","2FlgUDtOoVc?t=62","97bM7c_Z3c4?t=0"})]" Name="y14" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Access data very fast from the dictionary","Add data to a dictionary","Add to Collections","Check if elements from the list are unique","Check if we have all the elements inside of a list","Check if we have at least one element inside of the list that matches","Check if we have multiple values in the same list","Compare List with Missing or Extra elements","Define dictionary","Dictionary","Install Dictionary activities","List (Collections)","Make Sum of the same element from a list","Sort List","Use Dictionary instead of multiple IFs"})]" Name="l15" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"k01WX3g7lY0?t=1170","k01WX3g7lY0?t=835","k01WX3g7lY0?t=165","k01WX3g7lY0?t=1363","k01WX3g7lY0?t=310","k01WX3g7lY0?t=520","k01WX3g7lY0?t=1248","k01WX3g7lY0?t=1730","k01WX3g7lY0?t=768","k01WX3g7lY0?t=660","k01WX3g7lY0?t=690","k01WX3g7lY0?t=104","k01WX3g7lY0?t=1428","k01WX3g7lY0?t=210","k01WX3g7lY0?t=935"})]" Name="y15" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Activating Modern Design Experience and Object Repository","Automation using a descriptors library","Breaking four working automations","Building selectors/descriptors","Capturing UI Elements","Defining anchors","Demo - Traditional selectors","Deploying the repaired descriptor","Enabling Modern Design Experience (correctly)","Exporting descriptors to a library","How to use a Library in UiPath","Problems with traditional selectors","Repairing a broken descriptor","Running four working automations","Some of the new activities","Trying out a few of the MDE activities","Using element descriptors in an automation","Using the Project Dependencies Mass Update Tool","What is Modern Design Experience"})]" Name="l16" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Zs_cUJ2k_N4?t=236","AdgptyMfndo?t=70","AdgptyMfndo?t=175","pOIP4xBnMwk?t=150","Zs_cUJ2k_N4?t=300","Zs_cUJ2k_N4?t=425","Zs_cUJ2k_N4?t=155","AdgptyMfndo?t=311","pOIP4xBnMwk?t=85","Zs_cUJ2k_N4?t=566","4_aBDjc8agE?t=0","Zs_cUJ2k_N4?t=20","AdgptyMfndo?t=244","AdgptyMfndo?t=125","pOIP4xBnMwk?t=117","pOIP4xBnMwk?t=344","Zs_cUJ2k_N4?t=481","AdgptyMfndo?t=360","pOIP4xBnMwk?t=19"})]" Name="y16" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Add items to the queue","Adding multiple items to a Queue using the Bulk Add Queue Items activity","Bulk Add Queue Item","Creating a queue in Orchestrator","Get data from the retrieved queue item","Get items from the queue","Multiple triggers ideas","Postman - Add data on the Queue","Postman - Get the authorization Key","Process details in UiPath Studio","Robot roles when working with queues","Set queue item transaction status","Setting the state of an item using the Set Transaction Status activity","Start a job from Queue Items","Start the process after 3 elements enter the Queue","Trigger on the Queue","Trigger the process on 3 items on the Queue","Using the Add Queue Item activity to add and item to a Queue","Using the Get Transaction Item activity to get an item for processing","What is a Queue?"})]" Name="l17" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"JQrWl9xKixE?t=63","bs9Stm7pt_M?t=570","xQCfRaUrL_Q?t=0","bs9Stm7pt_M?t=177","JQrWl9xKixE?t=647","JQrWl9xKixE?t=405","aM_eU6DBAEY?t=570","aM_eU6DBAEY?t=130","aM_eU6DBAEY?t=75","aM_eU6DBAEY?t=315","bs9Stm7pt_M?t=62","JQrWl9xKixE?t=958","bs9Stm7pt_M?t=717","aM_eU6DBAEY?t=35","aM_eU6DBAEY?t=510","aM_eU6DBAEY?t=235","aM_eU6DBAEY?t=430","bs9Stm7pt_M?t=345","bs9Stm7pt_M?t=517","bs9Stm7pt_M?t=26"})]" Name="y17" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Extract Images From PDF and Export PDF as Image","basic commands for extracting data from pdfs","Extract Table from complex PDF use-cases 3 unstructured data the logic will be based on IsUpper and IsLower","Extract Table from other PDF use-cases 2 delimiter is 2*spaces easy split","Extract table from PDF use-cases 1 replace some spaces with | (one column has multiple words)","Extract the price value from PDF","How to get data from invoice","Install PDF Activities","Join PDF and Manage PDF passwords","PDF Table Regex - add data row","PDF Table Regex - find matches","PDF Table Regex - iterate","PDF Table Regex - limitations","READ PDF text, Get PDF page count, Extract PDF","Read PDF with OCR","Split PDF File to Multiple Files","UiPath extract random data from PDF","Uipath Read PDF with OCR difference between systems"})]" Name="l18" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"HoatIPJfC3U?t=570","42qsNKoV1Ks?t=0","HoatIPJfC3U?t=1910","HoatIPJfC3U?t=1540","HoatIPJfC3U?t=720","HoatIPJfC3U?t=2425","c0rQUotxY3Q?t=0","HoatIPJfC3U?t=25","HoatIPJfC3U?t=415","zcAKBp-qFP8?t=513","zcAKBp-qFP8?t=390","zcAKBp-qFP8?t=417","zcAKBp-qFP8?t=703","HoatIPJfC3U?t=70","HoatIPJfC3U?t=340","CoRY4GwXKU4?t=0","rHb3i6GeRfI?t=0","sjXUe_T7-Ms?t=0"})]" Name="y18" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Add Queue Items","An overview of the ReFramework","Assets (Config and Orchestrator)","Config","End Process","Get Transaction Data","How to create a log/report in UiPath REFramework","How to handle an exception in our Try Catch","Initialize All Applications","Kill All Processes","Process Transaction","Running our UiPath REFramework Example","The case of the tutorial","The initialization state","Transitions from Initialization","UiPath REFramework overview and introduction","Why use ReFramework?","Visual - Introduction into ReFramework","Visual - Initialization State","Visual - Get Transaction Data State","Visual - Process Transaction State","Visual - End Process State","Visual - Practical Example"})]" Name="l19" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"LP5y51_n6BY?t=1538","wWo-UgBld18?t=190","LP5y51_n6BY?t=684","LP5y51_n6BY?t=389","LP5y51_n6BY?t=3112","LP5y51_n6BY?t=1972","LP5y51_n6BY?t=3172","LP5y51_n6BY?t=2656","LP5y51_n6BY?t=1401","LP5y51_n6BY?t=1072","LP5y51_n6BY?t=2415","LP5y51_n6BY?t=2994","LP5y51_n6BY?t=188","LP5y51_n6BY?t=243","LP5y51_n6BY?t=1915","LP5y51_n6BY?t=96","wWo-UgBld18?t=40","kjxxni-DhaU?t=0","aPakeaP7yfg?t=0","S3eTsiiyuRM?t=0","ldYESZdSze4?t=0","pEgWzav5VxE?t=0","W2K7pTYs4J4?t=0"})]" Name="y19" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Bulk API - UiPath insert BIG DATA in Salesforce"," Salesforce Deal registration - Add Contact"," Salesforce Deal registration - Opportunity Items"," Salesforce Deal registration - Opportunity parameters"," Salesforce Deal registration - Product PriceBook"," Salesforce Deal registration - Update Account","Add Account ","Add Comment","Add Email","Add HTML Email","APEX activity with list of functions","Attach file to Case","Call APEX function","call report Salesforce","call Salesforce Report with filters ( APEX )","Configure Salesforce REST API Create TRUSTED IP","Configure Salesforce REST API for UiPath (Token and Consumer Key)","create a custom report from Salesforce | SOQL","Custom object","Data Loader for Salesforce","Dedicated activities for User","Download attachments from an email Case from Salesforce","Get data SOQL","How the REST API commands follow Salesforce Business rules","How to Mention Someone in Chat","Involve partner in an Opportunity from Salesforce","Move to Production","Print a report with more than 2000 rows from Salesforce","Salesforce anonymous APEX from UiPATH","Salesforce Automation Use Case","Salesforce Automation Wizard | AI build workflow","Salesforce CPQ REST API commands","Salesforce Marketing Cloud - Add List / Campaign","Salesforce Marketing Cloud - Configuration","Salesforce Marketing Cloud - Get Data","Salesforce Marketing Cloud - Import Data","Salesforce Marketing Cloud - Send Email and SMS","Streamline Salesforce Quotation Process","Test vs. Production","UiPath download files from Salesforce","UiPath Get 100,000 items from Salesforce","Upload file to Salesforce and Assign this to an opportunity","Windows Credential"})]" Name="l20" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"6Kem2eX09W4?t=0","5NGmzeO5SEk?t=1140","5NGmzeO5SEk?t=980","5NGmzeO5SEk?t=405","5NGmzeO5SEk?t=745","5NGmzeO5SEk?t=130","hucDUl4YOcU?t=165","tR8PhHchHtg?t=335","tR8PhHchHtg?t=110","tR8PhHchHtg?t=275","6ZtcQRp-kOw?t=90","tR8PhHchHtg?t=20","6ZtcQRp-kOw?t=50","4B_ee0jn8dM?t=0","2Ib4pNR4arQ?t=0","ygh1lMAgBWg?t=0","mz6eHTgr2Dw?t=0","VxTC0410PqU?t=0","hucDUl4YOcU?t=265","78fk6BkHNvQ?t=0","6ZtcQRp-kOw?t=165","TSQXmLPzYP8?t=0","hucDUl4YOcU?t=50","jbUquSZUCaA?t=235","IEsitjVAK_Q?t=205","2Y3j4efGjHw?t=0","jbUquSZUCaA?t=90","TQEfxzdPPT4?t=0","RoWsrzwSJGg?t=0","KhN5C6Tm9nk?t=0","0bQszSXSGHY?t=0","0QBdJt_kbhE?t=0","i37p4grCkrs?t=65","258FMEHjnto?t=0","i37p4grCkrs?t=285","i37p4grCkrs?t=230","i37p4grCkrs?t=205","HM7bCuwcLsU?t=0","jbUquSZUCaA?t=55","NM5cp5olG2w?t=0","ViAlKRUVB18?t=0","VQBD1jSGlS0?t=0","jbUquSZUCaA?t=130"})]" Name="y20" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Application Settings","Change Opportunity Stage that will trigger the process","Consumer Key and Secret","Create a comment in Salesforce Case","Create a script for a process with parameters","Create a Trigger","Create Account","Create developer instance","Delete Account","download backup files from Salesforce","Download files from a case, opportunity, account, and other objects","Download multiple files from Salesforce","Execute Apex Code","Get Data","OAuth2","Quick action","Salesforce approvals via REST API ","Salesforce automation via APEXREST","Salesforce call UiPath Assistant | RobotJS","Security Token","SendEmail via Quick action","Start UiPath process from Salesforce","UiPath upload file to Salesforce (REST API Base64)","Update Account"})]" Name="l21" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"mz6eHTgr2Dw?t=170","NXAmpoIcAiI?t=280","mz6eHTgr2Dw?t=80","nBysXK_P12w?t=360","NXAmpoIcAiI?t=240","NXAmpoIcAiI?t=180","rJbR83pIy5E?t=170","FRIfbgbVzfs?t=0","rJbR83pIy5E?t=290","ENTlXik-BG8?t=0","YIadolCFSA0?t=250","3SZZixnVXME?t=0","NXAmpoIcAiI?t=130","rJbR83pIy5E?t=60","YIadolCFSA0?t=95","U_iwBaunSRk?t=190","sNnMOr9VztI?t=0","WtA0e7sbQF0?t=0","3F0S_dd56sg?t=0","mz6eHTgr2Dw?t=40","U_iwBaunSRk?t=335","NXAmpoIcAiI?t=0","ONpe-O2eMIM?t=0","rJbR83pIy5E?t=350"})]" Name="y21" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Call Transaction / Program","Create purchase order","Create UiPath Studio project","Enable SAP GUI Scripting","Extract purchase order code","Fill SAP table","Fill the vendor","How to launch SAP with Start Process Activity","How to run the BAPI_GOODSMVT_CREATE","Iterate each Excel row","Read SAP tables in UiPath with RFC_READ_TABLE","SAP Accelerators - BAPI_REQUISITION_CREATE","SAP Accelerators - Unlock user | SAP S/4HANA | ITSM use-case","SAP BAPIs - The BapiRet2 Return message object","SAP GUI Scripting with VB.Net","SAP Login","SAP WinGUI Accelerators - Create Source List","Start SAP Logon","Write purchase order code into Excel"})]" Name="l22" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Y6Bw4f67Lnk?t=755","Y6Bw4f67Lnk?t=2127","Y6Bw4f67Lnk?t=238","Y6Bw4f67Lnk?t=79","Y6Bw4f67Lnk?t=2238","Y6Bw4f67Lnk?t=1405","Y6Bw4f67Lnk?t=1154","xW3Jf_knjRE?t=0","ppbLYEmAJ8c?t=0","Y6Bw4f67Lnk?t=935","B4ENjua3eRs?t=0","YJ8mcy-Ci04?t=0","3zpORbfPThM?t=0","v2PsHTSQMYU?t=0","IfFrdLD7D18?t=0","Y6Bw4f67Lnk?t=562","wRp83QeixGQ?t=0","Y6Bw4f67Lnk?t=275","Y6Bw4f67Lnk?t=2497"})]" Name="y22" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Add Caller and Group to or incident","Add file to incident","Add Incident","Call script to create a requested item","Configure the ServiceNow for OAuth and add Roles to the user.","Create a requested item with variables","Create a simple requested item","Custom object","Data Loader for ServiceNow","Dedicated JOIN activities that allow you to extract data","Download all the Attachments from an incident","Download file from the incident","Extract incidents that are assigned to Software or Hardware group","Fuzzy matching logic","Get all the incidents with a specific State and Assign Group, and save this to an Excel","Get the incident between a period","Get variables","How to define a Database View inside of the ServiceNow interface.","How to get your query from the interface.","How to use JOINs between the table and get a similar result like Database View from ServiceNow interface.","How to use LIKE in SQL","Insert multiple records","Read Comments from an incident","Read history of user in ServiceNow","Send data from UiPath to a script to create a requested item","Simple data extraction where incident description contains a value","SQL logic","UiPath call a script from ServiceNow","Update multiple incidents with data from Excel file","Update variables","Work with Catalogs"})]" Name="l23" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"eUP64kmWPTg?t=150","eUP64kmWPTg?t=330","2PWXf2xY7Ls?t=110","jhBlUZmJ8Ws?t=420","8tXKxloeY3k?t=490","jhBlUZmJ8Ws?t=295","jhBlUZmJ8Ws?t=60","2PWXf2xY7Ls?t=185","kPSIkB7uu0E?t=0","BwIwsefJ7dY?t=25","8tXKxloeY3k?t=390","eUP64kmWPTg?t=420","tHbbQ-0HLuo?t=115","eUP64kmWPTg?t=240","8tXKxloeY3k?t=8","Vvsb8JmDkpI?t=250","5dxRdl6ajM8?t=265","BwIwsefJ7dY?t=345","lJEPbKEsllQ?t=305","tHbbQ-0HLuo?t=230","2kqyt892yLI?t=190","A9MuhCMmlFM?t=325","mkhTUsmGKnk?t=155","GiISULYQRyY?t=0","jhBlUZmJ8Ws?t=620","tHbbQ-0HLuo?t=35","2kqyt892yLI?t=40","A9MuhCMmlFM?t=0","8tXKxloeY3k?t=300","5dxRdl6ajM8?t=340","2PWXf2xY7Ls?t=225"})]" Name="y23" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Add roles to your user from ServiceNow","Configure Oauth in ServiceNow","Create Developer Account","Delete incident","Download files from an incident","Get incidents","Insert incident","OAuth2","Service Catalog API for ServiceNow","ServiceNow trigger UiPath Robots (REST API Scripts)","Start UiPath process from ServiceNow","UiPath Orchestrator automatically create an incident in ServiceNow via WebHooks","UiPath Orchestrator Webhooks create an Incident in ServiceNow","Update incident","Upload file to an incident"})]" Name="l24" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Hpl6U3ZynbM?t=135","Hpl6U3ZynbM?t=80","VZM7cA7Wyms?t=14","9UWKxFQZsUQ?t=355","6j3oe5U6H88?t=180","9UWKxFQZsUQ?t=70","9UWKxFQZsUQ?t=440","6j3oe5U6H88?t=48","4EBEkBcoauw?t=0","zyA_eWgeOqs?t=0","GYqaWoT7Xxk?t=0","DTFOu01IVcw?t=0","PxW9E_dAUq0?t=0","9UWKxFQZsUQ?t=540","6j3oe5U6H88?t=368"})]" Name="y24" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"AddDays get DayofWeek","Compare DateTime","Compare strings in multiple ways","Convert from String to DateTime","DateTime to string in multiple ways","Examples for Substring functions","How to select dates from a Date Picker with UiPath","IndexOf and LastIndexOf","Lower Case and Upper Case","Modify Dates activity - Tutorial","Remove Special Characters from String","Resume of all the String function part","Split string by character","Split string by string","SubString working together IndexOf and LastIndexOf","Swap two characters or words in a string","Trim","UiPath Studio compare strings using Levenshtein Distance Algorithm"})]" Name="l25" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"yfQ8ucw8Ykk?t=1380","yfQ8ucw8Ykk?t=1580","yfQ8ucw8Ykk?t=905","yfQ8ucw8Ykk?t=1540","yfQ8ucw8Ykk?t=1205","yfQ8ucw8Ykk?t=35","G5s2YZZd49E?t=0","yfQ8ucw8Ykk?t=250","yfQ8ucw8Ykk?t=720","BA7MYQx3cCo?t=0","LsfpCHsR93E?t=0","yfQ8ucw8Ykk?t=1145","yfQ8ucw8Ykk?t=405","yfQ8ucw8Ykk?t=530","yfQ8ucw8Ykk?t=300","oxRseMiGz48?t=0","yfQ8ucw8Ykk?t=765","jfVd0O_eLF4?t=0"})]" Name="y25" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Advantages of Dispatcher-Performer-Model","ATM Process Diagram","ATM Process Example","Create Process using ReFramework Template","Dispatcher in ReFramework","Dispatcher-Performer-Model","Iterative Process","Linear Process","Performer in ReFramework","Producer-Consumer-Model","ReFramework States","State Transition","State Machine - Advantages","State Machine - Disadvantages","State Machine - Execution Order","State Machine - Transition Parts","State Machine vs. Sequence vs. Flowchart","Transactional Process","What is Business Process","What is ReFramework","What is State Machine?"})]" Name="l26" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"ZGtec1MrLD4?t=293","M1AJs44P1bA?t=136","M1AJs44P1bA?t=58","kjxxni-DhaU?t=445","ZGtec1MrLD4?t=415","ZGtec1MrLD4?t=115","kjxxni-DhaU?t=191","kjxxni-DhaU?t=131","ZGtec1MrLD4?t=505","ZGtec1MrLD4?t=22","ZGtec1MrLD4?t=325","M1AJs44P1bA?t=298","M1AJs44P1bA?t=739","M1AJs44P1bA?t=829","M1AJs44P1bA?t=652","M1AJs44P1bA?t=516","M1AJs44P1bA?t=867","kjxxni-DhaU?t=267","kjxxni-DhaU?t=62","kjxxni-DhaU?t=47","M1AJs44P1bA?t=245"})]" Name="y26" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Adding a Table control to our page","Adding controls to a Page","Adding processes to our App project","Adding rules to Button controls","Binding data to our individual Page controls","Binding data to our Table control","Building my First UiPath App","Creating a rule to start a process","Creating the Customer data page layout in App Studio","Creating the Orders data page layout in App Studio","Getting started building an App","Linking to the backend process","Page Properties","Publishing our package to Orchestrator","Refreshing the process data connection in App Studio","Setting Button control properties","The 8 Rules available for Events","The Button control","The Header control","The Textbox control","The three types of Containers","UiPath Apps UX Design for Beginners","Using a Container control","Using a Container Layout control","Using a Page Container control with multiple pages","What are UiPath Apps?"})]" Name="l27" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"r4bfnXWRP08?t=990","9jS8M3HnWbE?t=248","r4bfnXWRP08?t=585","9jS8M3HnWbE?t=667","r4bfnXWRP08?t=750","r4bfnXWRP08?t=1025","575jV_iP11k?t=0","r4bfnXWRP08?t=665","r4bfnXWRP08?t=259","r4bfnXWRP08?t=938","9jS8M3HnWbE?t=147","vqdK5FUmH_Q?t=143","9jS8M3HnWbE?t=188","r4bfnXWRP08?t=134","r4bfnXWRP08?t=1073","9jS8M3HnWbE?t=540","vqdK5FUmH_Q?t=613","vqdK5FUmH_Q?t=587","vqdK5FUmH_Q?t=397","vqdK5FUmH_Q?t=527","vqdK5FUmH_Q?t=299","bFWOZo_FLbk?t=0","9jS8M3HnWbE?t=302","9jS8M3HnWbE?t=373","9jS8M3HnWbE?t=614","9jS8M3HnWbE?t=42"})]" Name="y27" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Adding a few processes","Adding Reminders","Adding the robot to a new Environment","Advanced User Events","Connecting the Assistant to Orchestrator","Creating a Machine (key)","Creating a Standard Robot","Oracle APEX call UiPath Process","Other Assistant preferences","Preparations in Orchestrator","Process Detail settings","Searching processes","Start UiPath Robots from the JavaScript (RobotJS)","Starting UiPath Assistant","The Launch Pad","User Events"})]" Name="l28" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"k82_e8t-BOQ?t=230","k82_e8t-BOQ?t=345","k82_e8t-BOQ?t=140","qliwlvvmBDo?t=279","k82_e8t-BOQ?t=176","k82_e8t-BOQ?t=67","k82_e8t-BOQ?t=100","6Iwp28qF6OU?t=0","k82_e8t-BOQ?t=374","k82_e8t-BOQ?t=47","k82_e8t-BOQ?t=449","k82_e8t-BOQ?t=325","_xoOlvlo9ng?t=0","k82_e8t-BOQ?t=23","k82_e8t-BOQ?t=290","qliwlvvmBDo?t=26"})]" Name="y28" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Add machine template on UiPath Orchestrator","Build simple web automation","Deploy to UiPath Orchestrator","Install Docker","Install WSL kernel update","Pulling Linux Robot to Docker","Run Docker image"})]" Name="l29" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"UNtHMITbLh8?t=290","UNtHMITbLh8?t=597","UNtHMITbLh8?t=672","UNtHMITbLh8?t=60","UNtHMITbLh8?t=141","UNtHMITbLh8?t=220","UNtHMITbLh8?t=459"})]" Name="y29" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Adding a process and selecting Entry Point","Adding an Intelligent Keyword Classifier","Adding an Intelligent Keyword Classifier Trainer","Adding more Entry Points","Adjusting the Confidence Score threshold","Advanced Scheduling","Assets","Business Process","Connect UiPath Studio with Orchestrator","Create Trigger","Definition of an Asset in UiPath Orchestrator","Demo of Assets in Studio and Orchestrator: retrieve values with Get Asset or Get Credential activities; set values with Set Asset and Set Credential activities.","Environment","Get Transaction Item","Google GO call UiPath Process","How and why to use Process Arguments in UiPath Orchestrator","How To TRIGGER UiPath Robot From GOOGLE DRIVE Drive File Upload","Initial training of the Intelligent Keyword Classifier","Jobs","Learn how to use Storage Buckets","Logs","Machine","NodeJS code start UiPath Process","Non Working Days Calendar","Orchestrator Lifecycle","Orchestrator Word","Package","Postman - Check the Process Status on Loop","Postman - Get Authorization Token","Postman - Get the Release Key","Postman - Output Arguments","Postman - Start the Process","Postman read process result from UiPath Orchestrator Overview","Power Automate call UiPath Process","Process","Queue","Queue Item Lifecycle","Re-training the Classifier","Robot","Start UiPath from Groovy","start uipath process from netsuite","start uipath process from postman (orchestrator rest api)","start uipath process from postman on premise (orchestrator api)","start uipath robot from php | php call uipath orchestrator","Summary","Tenant Folders","The Global Value Switch of an Asset","Trigger basics","Trigger Types","Triggers","uipath orchestrator webhooks use-case","Using a CRON expression generator","Using an Entry Point in Orchestrator","Using Classification Station","Using the Advanced/Cron option","When should we use Assets, and what are the alternatives ? When should I use a config file instead ?"})]" Name="l30" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Yyw-LmCIJNY?t=180","UiZXSAOa7EQ?t=120","UiZXSAOa7EQ?t=335","Yyw-LmCIJNY?t=215","UiZXSAOa7EQ?t=408","0dWcUzGpA5o?t=87","419i33PeY14?t=1572","419i33PeY14?t=93","419i33PeY14?t=530","JKLQOom3vOM?t=127","eeo-0EJonaQ?t=37","eeo-0EJonaQ?t=256","419i33PeY14?t=807","419i33PeY14?t=1227","4wbNwODCHl8?t=0","VxdkOJCrCnk?t=0","Nfs5X22pqXc?t=0","UiZXSAOa7EQ?t=200","419i33PeY14?t=1449","anZjItxdSDw?t=0","419i33PeY14?t=1524","419i33PeY14?t=410","pgXlRiTh21M?t=0","0dWcUzGpA5o?t=107","419i33PeY14?t=1823","419i33PeY14?t=48","419i33PeY14?t=203","WWBwxstGtgM?t=475","WWBwxstGtgM?t=215","WWBwxstGtgM?t=330","WWBwxstGtgM?t=620","WWBwxstGtgM?t=410","WWBwxstGtgM?t=65","EE3iexABHls?t=0","419i33PeY14?t=318","419i33PeY14?t=864","419i33PeY14?t=1020","UiZXSAOa7EQ?t=535","419i33PeY14?t=563","HdxY_KprBSM?t=0","PNzPGGzdMnA?t=0","84Wlzn1CK_Y?t=0","SqRZlUUDe3k?t=0","T7CU8Tqsm-8?t=0","419i33PeY14?t=1743","419i33PeY14?t=1669","eeo-0EJonaQ?t=146","0dWcUzGpA5o?t=13","JKLQOom3vOM?t=30","419i33PeY14?t=1305","rUl5CXBQTkI?t=0","0dWcUzGpA5o?t=245","Yyw-LmCIJNY?t=147","UiZXSAOa7EQ?t=440","0dWcUzGpA5o?t=205","eeo-0EJonaQ?t=513"})]" Name="y30" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Activities","Add Log Message","Browser Automation","Click Activity","Create new project","Download email attachments","Dropdown","Execute the automation","Export project to UiPath Studio","Extract Text","For each Outlook email","How To Open Browser and Login (RPA Tutorial)","Publish automation to Orchestrator","Reply to Email","Run Automation","Send an Email","Switch to edit mode","Take Screenshot Activity","Upload attachments to Google Drive"})]" Name="l31" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"1RGYRatepSY?t=146","bHY9QFLO86I?t=974","bHY9QFLO86I?t=123","bHY9QFLO86I?t=483","1RGYRatepSY?t=94","1RGYRatepSY?t=370","bHY9QFLO86I?t=353","1RGYRatepSY?t=576","1RGYRatepSY?t=693","bHY9QFLO86I?t=904","1RGYRatepSY?t=271","pYdnE6dc_Bk?t=0","1RGYRatepSY?t=766","yzErSuccsmo?t=284","bHY9QFLO86I?t=729","yzErSuccsmo?t=419","1RGYRatepSY?t=599","bHY9QFLO86I?t=510","1RGYRatepSY?t=527"})]" Name="y31" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"become a citizen rpa developer","create nupkg file | manually upload project to orchestrator","decisions and iterations | if vs switch | for each | skip","digital assistant | work with excel, word and outlook","excel - sales report | pivot table | vlookup","excel automation","excel reconciliation | expense report | vlookup","files and folder automation | iterate, rename and move files","gmail automation","how to connect with gmail account | oauth authentication | client id and secret","How to Create Decision logic with the If activity in UiPath Studio X","How to Extract part of a Text (String) in UiPath Studio X","how to install and enable browser extension","How to Loop through emails and read mail in UiPath Studio X","How to Loop through files in UiPath Studio X","outlook automation | filter mails| save | delete","ppt automation","table extraction from web page | ui automation","word automation | create resumes","work with excel"})]" Name="l32" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"C1gWGaumBJA?t=0","wqL71K5031I?t=0","2noowi9j3LA?t=0","XUWbNz3b7_U?t=0","Im3a5D3Jw_g?t=0","q_Rj7Ox23jo?t=0","QKq_xdxACCU?t=0","bXKbV1HUlm4?t=0","YtC0s0GnNrA?t=0","hAvc_6zPtiw?t=0","QDaOPXktk58?t=0","NCx84-6Cnug?t=0","QE3dFUlTb-A?t=0","_saPQu6ZaVE?t=0","CRbJiAyVLg4?t=0","bVqS-8Dp_ZA?t=0","YBlpiONitnA?t=0","JzhKh3nAduQ?t=0","D9pqt4UtF_s?t=0","TIjPOOtBq9g?t=0"})]" Name="y32" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Assign Robot Machine to Folder","Configure Robot Account","Connect Robot with Orchestrator","Create Asset","Create Machine Template","Create Process in Orchestrator","Create Project Publish","Create Queue","Create Robot Account","Create Tenant","Create Trigger","Install UiPath Studio Community Edition","Login UiPath Cloud Platform"})]" Name="l33" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"ds2I-rw-w8I?t=411","ds2I-rw-w8I?t=309","ds2I-rw-w8I?t=470","ds2I-rw-w8I?t=1128","ds2I-rw-w8I?t=198","ds2I-rw-w8I?t=682","ds2I-rw-w8I?t=549","ds2I-rw-w8I?t=1069","ds2I-rw-w8I?t=113","ds2I-rw-w8I?t=61","ds2I-rw-w8I?t=751","ds2I-rw-w8I?t=145","ds2I-rw-w8I?t=20"})]" Name="y33" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Add Pictures","Create a complex PowerPoint from 0","PPT - Add a new slide and add a picture","PPT - Add a text with shadow","PPT - Add Chart","PPT - Delete slide and Export to PDF","PPT - Install NuGet Package for automation","PPT - Perform a slideshow","PPT - Working with comments (Add, Read, Delete)","Replace Words in Text Document","Save Document","Set Bookmark Content","Word Application Scope READ, REPLACE, APPEND","WordDocument Activities only files READ, REPLACE, APPEND"})]" Name="l34" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"rkdwP1G6Zmo?t=330","u9yeLEBPVQc?t=1190","u9yeLEBPVQc?t=240","u9yeLEBPVQc?t=635","u9yeLEBPVQc?t=500","u9yeLEBPVQc?t=900","u9yeLEBPVQc?t=70","u9yeLEBPVQc?t=750","u9yeLEBPVQc?t=1050","bHakJt6NFzo?t=0","rkdwP1G6Zmo?t=240","rkdwP1G6Zmo?t=485","rkdwP1G6Zmo?t=190","rkdwP1G6Zmo?t=90"})]" Name="y34" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"Create a complex XML","Deserialize XML","Element Naming Style","How to extract Data from XML Attributes","How to extract Data from XML Nodes","How we build a simple XML","Main element creation that also includes attributes","Parts of XML Element","RAW approach to SOAP API command","SOAP Request activity","Step by Step XML creation","XAttribute","XDocument","XElement","XML Comment","XML Parser","XML Structure","XML Vs. HTML"})]" Name="l35" />
<Variable x:TypeArguments="scg:List(x:String)" Default="[new List(of String)({"3nUtbExwP6k?t=920","3nUtbExwP6k?t=1430","t6DZsXQldzI?t=263","3nUtbExwP6k?t=1660","3nUtbExwP6k?t=1515","3nUtbExwP6k?t=810","3nUtbExwP6k?t=1210","t6DZsXQldzI?t=170","3nUtbExwP6k?t=670","3nUtbExwP6k?t=450","3nUtbExwP6k?t=990","e7DZHR2gCKE?t=845","e7DZHR2gCKE?t=77","e7DZHR2gCKE?t=449","t6DZsXQldzI?t=299","t6DZsXQldzI?t=310","t6DZsXQldzI?t=142","t6DZsXQldzI?t=73"})]" Name="y35" />
<Variable x:TypeArguments="x:String" Name="res1" />
<Variable x:TypeArguments="x:String" Name="res2" />
<Variable x:TypeArguments="x:Int32" Name="idx" />
<Variable x:TypeArguments="x:Int32" Name="idx1" />
<Variable x:TypeArguments="x:Int32" Name="idx2" />
<Variable x:TypeArguments="scg:List(scg:List(x:String))" Name="rezz" />
</Sequence.Variables>
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Sequence sap:VirtualizedContainerService.HintSize="690,66" sap2010:WorkflowViewState.IdRef="Sequence_2">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_1" Item="[l1]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_2" Item="[l2]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_3" Item="[l3]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_4" Item="[l4]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_5" Item="[l5]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_6" Item="[l6]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_7" Item="[l7]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_8" Item="[l8]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_9" Item="[l9]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_10" Item="[l10]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_11" Item="[l11]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_12" Item="[l12]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_13" Item="[l13]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_14" Item="[l14]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_15" Item="[l15]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_16" Item="[l16]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_17" Item="[l17]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_18" Item="[l18]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_19" Item="[l19]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_40" Item="[l20]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_41" Item="[l21]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_42" Item="[l22]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_43" Item="[l23]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_44" Item="[l24]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_45" Item="[l25]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_46" Item="[l26]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_47" Item="[l27]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_48" Item="[l28]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_49" Item="[l29]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_50" Item="[l30]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_51" Item="[l31]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_52" Item="[l32]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_53" Item="[l33]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_54" Item="[l34]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfList]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_55" Item="[l35]" />
</Sequence>
<Sequence sap:VirtualizedContainerService.HintSize="690,66" sap2010:WorkflowViewState.IdRef="Sequence_3">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">False</x:Boolean>
<x:Boolean x:Key="IsPinned">False</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_20" Item="[y1]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_21" Item="[y2]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfyou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_22" Item="[y3]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_23" Item="[y4]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfyou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_24" Item="[y5]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_25" Item="[y6]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_26" Item="[y7]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_27" Item="[y8]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_28" Item="[y9]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_29" Item="[y10]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_30" Item="[y11]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_31" Item="[y12]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_32" Item="[y13]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_33" Item="[y14]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_34" Item="[y15]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_35" Item="[y16]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_36" Item="[y17]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_37" Item="[y18]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_38" Item="[y19]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_79" Item="[y20]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_80" Item="[y21]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_81" Item="[y22]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_82" Item="[y23]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_83" Item="[y24]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_84" Item="[y25]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_85" Item="[y26]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_86" Item="[y27]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_87" Item="[y28]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_88" Item="[y29]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_109" Item="[y30]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_90" Item="[y31]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_91" Item="[y32]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_92" Item="[y33]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_93" Item="[y34]" />
<AddToCollection x:TypeArguments="scg:List(x:String)" Collection="[ListOfYou]" DisplayName="Add To Collection" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="AddToCollection`1_94" Item="[y35]" />
</Sequence>
<ui:InputDialog Options="{x:Null}" DisplayName="Input Dialog" sap:VirtualizedContainerService.HintSize="690,291" sap2010:WorkflowViewState.IdRef="InputDialog_1" IsPassword="False" Label="Please select a category" OptionsString="[String.Join(";",listC.ToArray())]" Title="Select your area of intrest">
<ui:InputDialog.Result>
<OutArgument x:TypeArguments="x:String">[res1]</OutArgument>
</ui:InputDialog.Result>
</ui:InputDialog>
<ui:ForEach x:TypeArguments="x:String" CurrentIndex="[idx]" DisplayName="For Each" sap:VirtualizedContainerService.HintSize="690,588" sap2010:WorkflowViewState.IdRef="ForEach`1_1" Values="[listC]">
<ui:ForEach.Body>
<ActivityAction x:TypeArguments="x:String">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:String" Name="item" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="526,454" sap2010:WorkflowViewState.IdRef="Sequence_5">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<If Condition="[item.Equals(res1)]" sap:VirtualizedContainerService.HintSize="484,362" sap2010:WorkflowViewState.IdRef="If_1">
<If.Then>
<Sequence sap:VirtualizedContainerService.HintSize="304,214" sap2010:WorkflowViewState.IdRef="Sequence_4">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Assign sap:VirtualizedContainerService.HintSize="262,60" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[idx1]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">[idx]</InArgument>
</Assign.Value>
</Assign>
<ui:Break sap:VirtualizedContainerService.HintSize="262,22" sap2010:WorkflowViewState.IdRef="Break_1" />
</Sequence>
</If.Then>
</If>
</Sequence>
</ActivityAction>
</ui:ForEach.Body>
</ui:ForEach>
<ui:InputDialog Options="{x:Null}" DisplayName="Input Dialog" sap:VirtualizedContainerService.HintSize="690,291" sap2010:WorkflowViewState.IdRef="InputDialog_2" IsPassword="False" Label="Please select exactly your question" OptionsString="[String.Join(";",ListOfList(idx1).ToArray())]" Title="["Select your FAQ from "+res1]">
<ui:InputDialog.Result>
<OutArgument x:TypeArguments="x:String">[res2]</OutArgument>
</ui:InputDialog.Result>
</ui:InputDialog>
<ui:ForEach x:TypeArguments="x:Object" CurrentIndex="[idx]" DisplayName="For Each" sap:VirtualizedContainerService.HintSize="690,589" sap2010:WorkflowViewState.IdRef="ForEach`1_2" Values="[ListOfList(idx1)]">
<ui:ForEach.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="item" />
</ActivityAction.Argument>
<Sequence DisplayName="Body" sap:VirtualizedContainerService.HintSize="654,455" sap2010:WorkflowViewState.IdRef="Sequence_7">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<If Condition="[item.Equals(res2)]" sap:VirtualizedContainerService.HintSize="612,363" sap2010:WorkflowViewState.IdRef="If_2">
<If.Then>
<ui:OpenBrowser CommunicationMethod="{x:Null}" Hidden="{x:Null}" NewSession="{x:Null}" Private="{x:Null}" UiBrowser="{x:Null}" BrowserType="Chrome" DisplayName="Open Browser" sap:VirtualizedContainerService.HintSize="467,215" sap2010:WorkflowViewState.IdRef="OpenBrowser_1" Url="["https://youtu.be/"+ListOfYou(idx1)(idx)]">
<ui:OpenBrowser.Body>
<ActivityAction x:TypeArguments="x:Object">
<ActivityAction.Argument>
<DelegateInArgument x:TypeArguments="x:Object" Name="ContextTarget" />
</ActivityAction.Argument>
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="242,114" sap2010:WorkflowViewState.IdRef="Sequence_6">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<ui:MaximizeWindow Window="{x:Null}" DisplayName="Maximize Window" sap:VirtualizedContainerService.HintSize="200,22" sap2010:WorkflowViewState.IdRef="MaximizeWindow_1" />
</Sequence>
</ActivityAction>
</ui:OpenBrowser.Body>
</ui:OpenBrowser>
</If.Then>
</If>
</Sequence>
</ActivityAction>
</ui:ForEach.Body>
</ui:ForEach>
</Sequence>
</Activity>