-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain(Autosaved).xaml
323 lines (323 loc) · 33.1 KB
/
Main(Autosaved).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
319
320
321
322
323
<Activity mc:Ignorable="sap sap2010" x:Class="Main" xmlns="http://schemas.microsoft.com/netfx/2009/xaml/activities" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 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=System.Private.CoreLib" xmlns:sco="clr-namespace:System.Collections.ObjectModel;assembly=System.Private.CoreLib" xmlns:sd="clr-namespace:System.Data;assembly=System.Data.Common" xmlns:ufa="clr-namespace:UiPath.Form.Activities;assembly=UiPath.Form.Activities" xmlns:ui="http://schemas.uipath.com/workflow/activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Members>
<x:Property Name="SelectedButton" Type="InArgument(x:String)" />
</x:Members>
<VisualBasic.Settings>
<x:Null />
</VisualBasic.Settings>
<sap:VirtualizedContainerService.HintSize>880,3258</sap:VirtualizedContainerService.HintSize>
<sap2010:WorkflowViewState.IdRef>ActivityBuilder_1</sap2010:WorkflowViewState.IdRef>
<TextExpression.NamespacesForImplementation>
<sco:Collection x:TypeArguments="x:String">
<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.Collections.ObjectModel</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>GlobalVariablesNamespace</x:String>
<x:String>GlobalConstantsNamespace</x:String>
<x:String>UiPath.Excel</x:String>
<x:String>UiPath.Excel.Activities</x:String>
<x:String>System.ComponentModel</x:String>
<x:String>System.Runtime.Serialization</x:String>
<x:String>System.Xml.Serialization</x:String>
<x:String>UiPath.Studio.Forms.Runtime</x:String>
<x:String>System.Reflection</x:String>
<x:String>UiPath.Form.Activities</x:String>
</sco:Collection>
</TextExpression.NamespacesForImplementation>
<TextExpression.ReferencesForImplementation>
<sco:Collection x:TypeArguments="AssemblyReference">
<AssemblyReference>System.Activities</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic</AssemblyReference>
<AssemblyReference>System.Private.CoreLib</AssemblyReference>
<AssemblyReference>mscorlib</AssemblyReference>
<AssemblyReference>System.Data</AssemblyReference>
<AssemblyReference>System</AssemblyReference>
<AssemblyReference>System.Linq</AssemblyReference>
<AssemblyReference>System.Data.Common</AssemblyReference>
<AssemblyReference>System.Drawing</AssemblyReference>
<AssemblyReference>System.Drawing.Primitives</AssemblyReference>
<AssemblyReference>System.Drawing.Common</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>System.Data.DataSetExtensions</AssemblyReference>
<AssemblyReference>UiPath.Studio.Constants</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities.Design</AssemblyReference>
<AssemblyReference>UiPath.Excel.Activities</AssemblyReference>
<AssemblyReference>UiPath.Excel</AssemblyReference>
<AssemblyReference>System.ComponentModel.EventBasedAsync</AssemblyReference>
<AssemblyReference>System.ComponentModel.TypeConverter</AssemblyReference>
<AssemblyReference>Microsoft.Win32.Primitives</AssemblyReference>
<AssemblyReference>System.ComponentModel</AssemblyReference>
<AssemblyReference>System.ComponentModel.Primitives</AssemblyReference>
<AssemblyReference>System.ObjectModel</AssemblyReference>
<AssemblyReference>System.Private.ServiceModel</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Formatters</AssemblyReference>
<AssemblyReference>System.Private.DataContractSerialization</AssemblyReference>
<AssemblyReference>System.Runtime.Serialization.Primitives</AssemblyReference>
<AssemblyReference>System.Private.Xml</AssemblyReference>
<AssemblyReference>UiPath.Forms.Activities</AssemblyReference>
<AssemblyReference>UiPath.Studio.Forms.Runtime</AssemblyReference>
<AssemblyReference>System.Reflection.DispatchProxy</AssemblyReference>
<AssemblyReference>System.Reflection.TypeExtensions</AssemblyReference>
<AssemblyReference>System.Reflection.Metadata</AssemblyReference>
<AssemblyReference>UiPath.Form.Activities</AssemblyReference>
<AssemblyReference>UiPath.Workflow</AssemblyReference>
<AssemblyReference>NPOI</AssemblyReference>
<AssemblyReference>System.Memory.Data</AssemblyReference>
<AssemblyReference>System.Console</AssemblyReference>
<AssemblyReference>System.Configuration.ConfigurationManager</AssemblyReference>
<AssemblyReference>System.Security.Permissions</AssemblyReference>
<AssemblyReference>System.Memory</AssemblyReference>
<AssemblyReference>System.Private.Uri</AssemblyReference>
<AssemblyReference>System.Data.SqlClient</AssemblyReference>
<AssemblyReference>System.CodeDom</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Forms</AssemblyReference>
<AssemblyReference>Microsoft.VisualBasic.Core</AssemblyReference>
</sco:Collection>
</TextExpression.ReferencesForImplementation>
<Sequence DisplayName="Main Sequence" sap:VirtualizedContainerService.HintSize="890,3193.3333333333335" sap2010:WorkflowViewState.IdRef="Sequence_1">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="OutputData" />
</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>
<ufa:FormActivity CreateFormActivityFileName="{x:Null}" CreateFormActivityFilePath="{x:Null}" Dismissed="{x:Null}" FormFieldsInputData="{x:Null}" IconPath="{x:Null}" LocalCSSFilePath="{x:Null}" TimeoutInSeconds="{x:Null}" WindowPositionLeft="{x:Null}" WindowPositionTop="{x:Null}" CreateFormId="d2610e36-151a-4dc0-9bfa-335e78bd45ff" DisableMaximizeButton="True" DisableMinimizeButton="True" DisableSanitize="False" DisplayName="Create Form" FormFieldsOutputData="[OutputData]" FormHeight="400" FormSchema="%[{"html":"<p><strong>INVENTORY MANAGEMENT</strong></p>","label":"Content","refreshOnChange":false,"key":"content","type":"content","input":false,"tableView":false},{"columns":[{"components":[{"label":"Product Inventory","tableView":false,"key":"productInventory","custom":"instance.emit('executeDoBlock', instance.component);","isResetData":false,"saveOnEnter":false,"input":true,"type":"button"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6},{"components":[{"label":"Order Product","tableView":false,"key":"orderProduct","custom":"instance.emit('executeDoBlock', instance.component);","isResetData":false,"saveOnEnter":false,"input":true,"type":"button"}],"width":6,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":6}],"key":"columns","type":"columns","input":false,"tableView":false,"label":"Columns"}]" FormTheme="{}{"Activities":["FORMS"],"Id":"100120","Name":"Default","BaseCss":"../../assets/css/themes/uipath.bootstrap.min.css","ImageSrc":"../../assets/themeicons/uipath.png","OverrideCssUrl":"../../assets/css/themes/uipath.custom.css","UserStyleOverrides":"","Properties":"","IsCustomTheme":false,"Version":1,"ThemeVersion":1}" FormTitle="Invontery Mangement" FormWidth="800" GenerateInputFields="True" sap:VirtualizedContainerService.HintSize="828,3082.6666666666665" sap2010:WorkflowViewState.IdRef="FormActivity_1" IsReadOnly="False" MaxColumnsForSchemaGeneration="6" RunDoBlockFirst="False" RunInIsolatedMode="False" SelectedButton="[SelectedButton]" StartAsMinimized="False">
<ufa:FormActivity.Body>
<ActivityAction x:TypeArguments="scg:Dictionary(x:String, x:Object)">
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="790,2955.3333333333335" sap2010:WorkflowViewState.IdRef="Sequence_2">
<sap:WorkflowViewStateService.ViewState>
<scg:Dictionary x:TypeArguments="x:String, x:Object">
<x:Boolean x:Key="IsExpanded">True</x:Boolean>
</scg:Dictionary>
</sap:WorkflowViewStateService.ViewState>
<Switch x:TypeArguments="x:String" DisplayName="Switch" Expression="[SelectedButton]" sap:VirtualizedContainerService.HintSize="728,2844.6666666666665" sap2010:WorkflowViewState.IdRef="Switch`1_3">
<Sequence x:Key="productInventory" sap:VirtualizedContainerService.HintSize="688,2628.6666666666665" sap2010:WorkflowViewState.IdRef="Sequence_5">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="ProductName" />
<Variable x:TypeArguments="sd:DataTable" Name="ProductDT" />
<Variable x:TypeArguments="x:Int32" Name="RowIndex" />
</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>
<ui:InputDialog Options="{x:Null}" OptionsString="{x:Null}" DisplayName="Input Dialog" sap:VirtualizedContainerService.HintSize="626,246" sap2010:WorkflowViewState.IdRef="InputDialog_4" IsPassword="False" Label="Product Name" Title="Please Enter the Product Name">
<ui:InputDialog.Result>
<OutArgument x:TypeArguments="x:String">[ProductName]</OutArgument>
</ui:InputDialog.Result>
</ui:InputDialog>
<ui:ReadRange Range="{x:Null}" AddHeaders="True" DataTable="[ProductDT]" DisplayName="Read Range Workbook" sap:VirtualizedContainerService.HintSize="626,88" sap2010:WorkflowViewState.IdRef="ReadRange_1" SheetName="Product Availability" WorkbookPath="Product Inventory.xlsx" />
<ui:LookupDataTable CellValue="{x:Null}" LookupColumnIndex="{x:Null}" LookupDataColumn="{x:Null}" TargetColumnIndex="{x:Null}" TargetColumnName="{x:Null}" TargetDataColumn="{x:Null}" DataTable="[ProductDT]" DisplayName="Lookup Data Table" sap:VirtualizedContainerService.HintSize="626,300.6666666666667" sap2010:WorkflowViewState.IdRef="LookupDataTable_1" LookupColumnName="Product Name" LookupValue="[ProductName]" RowIndex="[RowIndex]" />
<If Condition="[RowIndex=-1]" sap:VirtualizedContainerService.HintSize="626,1763.3333333333333" sap2010:WorkflowViewState.IdRef="If_2">
<If.Then>
<Sequence sap:VirtualizedContainerService.HintSize="376,174" 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>
<ui:MessageBox Caption="{x:Null}" ChosenButton="{x:Null}" AutoCloseAfter="00:00:00" DisplayName="Message Box" sap:VirtualizedContainerService.HintSize="334,86.66666666666667" sap2010:WorkflowViewState.IdRef="MessageBox_1" Text="["Enter the Valid Product Name"]" />
</Sequence>
</If.Then>
<If.Else>
<Sequence sap:VirtualizedContainerService.HintSize="592,1405.3333333333333" sap2010:WorkflowViewState.IdRef="Sequence_9">
<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="550,1318" sap2010:WorkflowViewState.IdRef="Sequence_6">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="product" />
<Variable x:TypeArguments="x:String" Name="availabilestock" />
<Variable x:TypeArguments="x:String" Name="orderDate" />
<Variable x:TypeArguments="scg:IEnumerable(x:Object)" Name="Description" />
</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>
<ui:LookupDataTable CellValue="{x:Null}" LookupColumnIndex="{x:Null}" LookupDataColumn="{x:Null}" RowIndex="{x:Null}" TargetColumnIndex="{x:Null}" TargetColumnName="{x:Null}" TargetDataColumn="{x:Null}" DataTable="[ProductDT]" DisplayName="Lookup Data Table" sap:VirtualizedContainerService.HintSize="488,300.6666666666667" sap2010:WorkflowViewState.IdRef="LookupDataTable_2" LookupColumnName="Product Name" LookupValue="[ProductName]" />
<Assign sap:VirtualizedContainerService.HintSize="488,85.33333333333333" sap2010:WorkflowViewState.IdRef="Assign_1">
<Assign.To>
<OutArgument x:TypeArguments="x:Int32">[RowIndex]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:Int32">[RowIndex+2]</InArgument>
</Assign.Value>
</Assign>
<Assign sap:VirtualizedContainerService.HintSize="488,85.33333333333333" sap2010:WorkflowViewState.IdRef="Assign_2">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[product]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[ProductName]</InArgument>
</Assign.Value>
</Assign>
<ui:ReadColumn DisplayName="Read Column Workbook" sap:VirtualizedContainerService.HintSize="488,88" sap2010:WorkflowViewState.IdRef="ReadColumn_1" Result="[Description]" SheetName="Product Availability" StartingCell="B+Row.ToString" WorkbookPath="Product Inventory.xlsx" />
<ui:ReadCell Cell="C+Row.ToString" DisplayName="Read Cell Workbook" sap:VirtualizedContainerService.HintSize="488,88" sap2010:WorkflowViewState.IdRef="ReadCell_1" SheetName="Product Availability" WorkbookPath="Product Inventory.xlsx">
<ui:ReadCell.Result>
<OutArgument x:TypeArguments="x:String">[availabilestock]</OutArgument>
</ui:ReadCell.Result>
</ui:ReadCell>
<ui:ReadCell Cell="D+Row.ToString" DisplayName="Read Cell Workbook" sap:VirtualizedContainerService.HintSize="488,88" sap2010:WorkflowViewState.IdRef="ReadCell_2" SheetName="Product Availability" WorkbookPath="Product Inventory.xlsx">
<ui:ReadCell.Result>
<OutArgument x:TypeArguments="x:String">[orderdate]</OutArgument>
</ui:ReadCell.Result>
</ui:ReadCell>
<ufa:FormActivity CreateFormActivityFileName="{x:Null}" CreateFormActivityFilePath="{x:Null}" Dismissed="{x:Null}" FormFieldsInputData="{x:Null}" FormFieldsOutputData="{x:Null}" FormHeight="{x:Null}" FormTitle="{x:Null}" FormWidth="{x:Null}" IconPath="{x:Null}" LocalCSSFilePath="{x:Null}" SelectedButton="{x:Null}" TimeoutInSeconds="{x:Null}" WindowPositionLeft="{x:Null}" WindowPositionTop="{x:Null}" CreateFormId="6c212f0d-630e-4632-887c-e9a1c99131f8" DisableMaximizeButton="False" DisableMinimizeButton="False" DisableSanitize="False" DisplayName="Create Form" FormSchema="%[{"label":"product","disabled":true,"tableView":true,"key":"product","type":"textfield","input":true},{"label":"Description","disabled":true,"tableView":true,"key":"Description","type":"textfield","input":true},{"label":"availablestock","disabled":true,"tableView":true,"key":"availablestock","type":"textfield","input":true},{"label":"orderdate","disabled":true,"tableView":true,"type":"textfield","key":"orderdate","input":true},{"type":"button","label":"Submit","key":"submit","disableOnInvalid":true,"input":true,"alwaysEnabled":true,"tableView":true}]" FormTheme="{}{"Activities":["FORMS"],"Id":"100120","Name":"Default","BaseCss":"../../assets/css/themes/uipath.bootstrap.min.css","ImageSrc":"../../assets/themeicons/uipath.png","OverrideCssUrl":"../../assets/css/themes/uipath.custom.css","UserStyleOverrides":"","Properties":"","IsCustomTheme":false,"Version":1,"ThemeVersion":1}" GenerateInputFields="True" sap:VirtualizedContainerService.HintSize="488,232" sap2010:WorkflowViewState.IdRef="FormActivity_2" IsReadOnly="False" MaxColumnsForSchemaGeneration="6" RunDoBlockFirst="False" RunInIsolatedMode="False" StartAsMinimized="False">
<ufa:FormActivity.Body>
<ActivityAction x:TypeArguments="scg:Dictionary(x:String, x:Object)">
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="450,104.66666666666667" sap2010:WorkflowViewState.IdRef="Sequence_8">
<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>
</ActivityAction>
</ufa:FormActivity.Body>
<ufa:FormActivity.DelayBody>
<ActivityAction x:TypeArguments="scg:Dictionary(x:String, x:Object)">
<Delay Duration="00:00:00.2500000" sap2010:WorkflowViewState.IdRef="Delay_2" />
</ActivityAction>
</ufa:FormActivity.DelayBody>
<ufa:FormActivity.FormFieldsCollection>
<InArgument x:TypeArguments="x:String" x:Key="product">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="product" />
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="Description">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="Description.ToString" />
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="availablestock">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="availabilestock" />
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="orderdate">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="orderDate" />
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="Argument1" />
<InArgument x:TypeArguments="x:String" x:Key="Argument2" />
</ufa:FormActivity.FormFieldsCollection>
</ufa:FormActivity>
</Sequence>
</Sequence>
</If.Else>
</If>
</Sequence>
<Sequence x:Key="orderProduct" sap:VirtualizedContainerService.HintSize="550,1046.6666666666667" sap2010:WorkflowViewState.IdRef="Sequence_11">
<Sequence.Variables>
<Variable x:TypeArguments="x:String" Name="orderID" />
<Variable x:TypeArguments="x:String" Name="orderdate" />
<Variable x:TypeArguments="x:String" Name="product" />
<Variable x:TypeArguments="x:String" Name="Description" />
<Variable x:TypeArguments="x:String" Name="orderitem" />
</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>
<Assign sap:VirtualizedContainerService.HintSize="488,85.33333333333333" sap2010:WorkflowViewState.IdRef="Assign_5">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[orderID]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">[now.Tostring("yyyyMMddHHmmss")]</InArgument>
</Assign.Value>
</Assign>
<Assign sap:VirtualizedContainerService.HintSize="488,85.33333333333333" sap2010:WorkflowViewState.IdRef="Assign_6">
<Assign.To>
<OutArgument x:TypeArguments="x:String">[orderdate]</OutArgument>
</Assign.To>
<Assign.Value>
<InArgument x:TypeArguments="x:String">["now.Date"]</InArgument>
</Assign.Value>
</Assign>
<ufa:FormActivity CreateFormActivityFileName="{x:Null}" CreateFormActivityFilePath="{x:Null}" Dismissed="{x:Null}" FormFieldsInputData="{x:Null}" FormFieldsOutputData="{x:Null}" FormHeight="{x:Null}" FormTitle="{x:Null}" FormWidth="{x:Null}" IconPath="{x:Null}" LocalCSSFilePath="{x:Null}" SelectedButton="{x:Null}" TimeoutInSeconds="{x:Null}" WindowPositionLeft="{x:Null}" WindowPositionTop="{x:Null}" CreateFormId="6d1091ab-7008-4577-b946-e279465226fd" DisableMaximizeButton="False" DisableMinimizeButton="False" DisableSanitize="False" DisplayName="Create Form" FormSchema="%[{"html":"<p><strong>Product Details</strong></p>","label":"Content","refreshOnChange":false,"key":"content","type":"content","input":false,"tableView":false},{"label":"Order ID","tableView":true,"key":"orderId","type":"textfield","input":true},{"label":"Product Name","tableView":true,"key":"productName","type":"textfield","input":true},{"label":"Description","tableView":true,"key":"description","type":"textfield","input":true},{"label":"Order Item","tableView":true,"key":"orderItem","type":"textfield","input":true},{"label":"Order Date","tableView":true,"key":"orderDate","type":"textfield","input":true},{"label":"OK","tableView":false,"key":"ok","custom":"instance.emit('executeDoBlock', instance.component);","isResetData":false,"saveOnEnter":false,"input":true,"type":"button"}]" FormTheme="{}{"Activities":["FORMS"],"Id":"100120","Name":"Default","BaseCss":"../../assets/css/themes/uipath.bootstrap.min.css","ImageSrc":"../../assets/themeicons/uipath.png","OverrideCssUrl":"../../assets/css/themes/uipath.custom.css","UserStyleOverrides":"","Properties":"","IsCustomTheme":false,"Version":1,"ThemeVersion":1}" GenerateInputFields="False" sap:VirtualizedContainerService.HintSize="488,685.3333333333334" sap2010:WorkflowViewState.IdRef="FormActivity_3" IsReadOnly="False" MaxColumnsForSchemaGeneration="6" RunDoBlockFirst="False" RunInIsolatedMode="False" StartAsMinimized="False">
<ufa:FormActivity.Body>
<ActivityAction x:TypeArguments="scg:Dictionary(x:String, x:Object)">
<Sequence DisplayName="Do" sap:VirtualizedContainerService.HintSize="450,558" sap2010:WorkflowViewState.IdRef="Sequence_12">
<Sequence.Variables>
<Variable x:TypeArguments="sd:DataTable" Name="OrderDT" />
</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>
<ui:BuildDataTable DataTable="[OrderDT]" DisplayName="Build Data Table" sap:VirtualizedContainerService.HintSize="388,60" sap2010:WorkflowViewState.IdRef="BuildDataTable_1" TableInfo="<NewDataSet>
 <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="TableName" msdata:UseCurrentLocale="true">
 <xs:complexType>
 <xs:choice minOccurs="0" maxOccurs="unbounded">
 <xs:element name="TableName">
 <xs:complexType>
 <xs:sequence>
 <xs:element name="Order_x0020_ID" msdata:Caption="" minOccurs="0">
 <xs:simpleType>
 <xs:restriction base="xs:string">
 <xs:maxLength value="100" />
 </xs:restriction>
 </xs:simpleType>
 </xs:element>
 <xs:element name="Product_x0020_Name" msdata:Caption="" type="xs:string" minOccurs="0" />
 <xs:element name="Description" msdata:Caption="" type="xs:string" minOccurs="0" />
 <xs:element name="Total_x0020_Item_x002F_Box" msdata:Caption="" type="xs:string" minOccurs="0" />
 <xs:element name="Date" msdata:Caption="" type="xs:string" minOccurs="0" />
 </xs:sequence>
 </xs:complexType>
 </xs:element>
 </xs:choice>
 </xs:complexType>
 </xs:element>
 </xs:schema>
 <TableName>
 <Order_x0020_ID>text</Order_x0020_ID>
 </TableName>
</NewDataSet>" />
<ui:AddDataRow DataRow="{x:Null}" ArrayRow="[{orderID,product,Description,orderitem,orderdate}]" DataTable="[OrderDT]" DisplayName="Add Data Row" sap:VirtualizedContainerService.HintSize="388,191.33333333333334" sap2010:WorkflowViewState.IdRef="AddDataRow_1" />
<ui:AppendRange DataTable="[OrderDT]" DisplayName="Append Range Workbook" sap:VirtualizedContainerService.HintSize="388,116" sap2010:WorkflowViewState.IdRef="AppendRange_1" SheetName="Order Details" WorkbookPath="Product Inventory.xlsx" />
</Sequence>
</ActivityAction>
</ufa:FormActivity.Body>
<ufa:FormActivity.DelayBody>
<ActivityAction x:TypeArguments="scg:Dictionary(x:String, x:Object)">
<Delay Duration="00:00:00.2500000" sap2010:WorkflowViewState.IdRef="Delay_3" />
</ActivityAction>
</ufa:FormActivity.DelayBody>
<ufa:FormActivity.FormFieldsCollection>
<OutArgument x:TypeArguments="x:String" x:Key="product">
<VisualBasicReference x:TypeArguments="x:String" ExpressionText="product" />
</OutArgument>
<InArgument x:TypeArguments="x:String" x:Key="Descriptiom">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="Description" />
</InArgument>
<OutArgument x:TypeArguments="x:String" x:Key="orderitem">
<VisualBasicReference x:TypeArguments="x:String" ExpressionText="orderitem" />
</OutArgument>
<InArgument x:TypeArguments="x:String" x:Key="orderdate">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="orderdate" />
</InArgument>
<InArgument x:TypeArguments="x:String" x:Key="orderID">
<VisualBasicValue x:TypeArguments="x:String" ExpressionText="orderID" />
</InArgument>
</ufa:FormActivity.FormFieldsCollection>
</ufa:FormActivity>
</Sequence>
</Switch>
</Sequence>
</ActivityAction>
</ufa:FormActivity.Body>
<ufa:FormActivity.DelayBody>
<ActivityAction x:TypeArguments="scg:Dictionary(x:String, x:Object)">
<Delay Duration="00:00:00.2500000" sap2010:WorkflowViewState.IdRef="Delay_1" />
</ActivityAction>
</ufa:FormActivity.DelayBody>
<ufa:FormActivity.FormFieldsCollection>
<scg:Dictionary x:TypeArguments="x:String, Argument" />
</ufa:FormActivity.FormFieldsCollection>
</ufa:FormActivity>
</Sequence>
</Activity>