Search: look-up-data-table

Last modified by admin on 2022/04/24 04:58

Results 61 - 70 of 466 « previous page next page » Page 1 ... 3 4 5 6 7 8 9 10 11 ... 47

Remove Data Row

Last modified by Nhan Nguyen on 2022/05/13 03:05
Rendered document content
RCA.Activities.Core.RemoveDataRow Description This activity allows you to remove a Data Row to a specified DataTable. (* is mandatory) Properties Input Data Row (DataRow)* - The DataRow object which is to be removed. Data Table (DataTable)* - The DataTable object from which the row is removed. Row Index (Int
Title
Remove Data Row
Attachment name
remove data row.jpg
Location
Data Table
Remove Data Row
Raw document content
" %) ((( RCA.Activities.Core.RemoveDataRow == **Description** == This activity allows you to remove a Data Row to a specified DataTable. [[image:remove data row.jpg]] (* is mandatory) == **Properties** == **Input** * **Data Row (DataRow)*** - The DataRow object which is to be removed. * **Data Table (DataTable

Excel Write Range

Last modified by VuNH54 on 2023/04/20 10:42
Rendered document content
. E.g: “A10” Data Table - The data that you want to write to the specified range, as a DataTable variable. Only DataTable variables are supported. Properties Input Data Table (DataTable)* - The data
RCA.Activities.Excel.ExcelWriteRange Description This activity allows you to write the data from
Raw document content
and strings are supported. E.g: “A10” * **Data Table** - The data that you want to write to the specified
** * **Data Table (DataTable)*** - The data that you want to write to the specified range, as a DataTable
" %) ((( RCA.Activities.Excel.ExcelWriteRange == **Description** == This activity allows you to write the data from a DataTable variable

Click

Last modified by Nga Nguyen on 2022/05/16 04:15
Rendered document content
 : A single click. Double : Two clicks in quick succession. Up : Releases the mouse button. Down : Holds down
. It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its
. Misc Public (Checkbox) - Check if you want to public the activity. Remember to consider data security
Raw document content
click. ** **Double** : Two clicks in quick succession. ** **Up** : Releases the mouse button. ** **Down
of the GUI element you are looking for and of some of its parents. ** **TimeoutMS (Int32)** - The maximum
. **Misc** * **Public (Checkbox)** - Check if you want to public the activity. Remember to consider data

Excel Get Workbook Sheet

Last modified by Giang Tran on 2022/05/13 04:32
Rendered document content
RCA.Activities.Excel.ExcelGetWorkbookSheet Description This activity allows you to look for a sheet based on its index and returns its name as a String variable. be used in Excel Application Scope
if you want to public it. Remember to consider data security requirement before using it. Display Name
Raw document content
" %) ((( RCA.Activities.Excel.ExcelGetWorkbookSheet == **Description** == This activity allows you to look for a sheet based on its index
data security requirement before using it. * **Display Name (String) **- The name of this activity
" %) ((( (% class="akb-toc-title" %) ((( Table of Content ))) {{toc depth="4" start="2"/}} ))) #end

CV Table Extract

Last modified by Nga Nguyen on 2022/05/16 04:29
Rendered document content
RCA.Activities.ComputerVision.CVTableExtract Description Extracts a table that is visible
to consider data security requirement before using this property. Display Name (String) - The name
] CV Table Extract Output Result (DataTable) - The retrieved table, stored in a DataTable variable
Title
CV Table Extract
Location
CV Table Extract
Raw document content
" %) ((( RCA.Activities.ComputerVision.CVTableExtract == **Description** == Extracts a table that is visible on the screen and stores
) **- Check if you want to public the activity. Remember to consider data security requirement before using
to organize and structure your code better. E.g: [201135155] CV Table Extract **Output** * **Result

[2] Role Management

Last modified by admin on 2023/07/04 16:25
Rendered document content
will show a form for you to fill in. Details in the table below No Column /Label Description Type Maximum
To delete a role, you click the Delete button of the corresponding role. A confirming pop-up
Raw document content
to fill in. Details in the table below [[image:image-20230704162458-3.png]] |=No|=Column /Label
of the corresponding role. [[image:image-20221101164723-19.png]] A confirming pop-up will display. Hit Delete
" %) ((( (% class="akb-toc-title" %) ((( Table of Content ))) {{toc depth="4" start="2"/}} ))) #end

Add Data Row

Last modified by Nhan Nguyen on 2022/05/13 02:55
Rendered document content
in the DataTable. Data row (DataRow) - The DataRow object to be added to the DataTable. If this property is set, then the ArrayRow property is ignored. Data Table (DataTable)* - The DataTable object in which you want to add
RCA.Activities.Core.AddDataRow Description This activity allows you to add a Data Row
Title
Add Data Row
Attachment name
add data row.jpg
Location
Data Table
Add Data Row
Raw document content
is ignored. * **Data Table (DataTable)*** - The DataTable object in which you want to add a column
" %) ((( RCA.Activities.Core.AddDataRow == **Description** == This activity allows you to add a Data Row to a specified DataTable. [[[[image:add data row.jpg]]>>attach:add data row.jpg]] (* is mandatory) == **Properties** == **Input

Python Scope

Last modified by VuNH54 on 2023/04/20 11:43
Rendered document content
RCA.Activities.Python.PythonScope Description A container that gives you the scope for Python activities and initializes the specified Python environment. When this activity ends, all objects loaded up
) - Check if you want to publicize it. Remember to consider data security requirements before using
Raw document content
and initializes the specified Python environment. When this activity ends, all objects loaded up to that point
to publicize it. Remember to consider data security requirements before using it. * **Display Name (String
!= 'export') (% class="akb-toc" %) ((( (% class="akb-toc-title" %) ((( Table of Content ))) {{toc depth="4

[05]For Each

Last modified by admin on 2023/10/20 10:21
Rendered document content
, data tables or other types of collections. (* for Mandatory) Properties Input Values (IEnumerable)*- Iterate through the data and process each piece of information individually. Able to input variable
it, the data of this activity will be shown in the log. Be careful, consider data security before using
Raw document content
" %) ((( RCA.Activities.Core.ForEach == **Description** == This activity allows you to loop through arrays, lists, data tables
) == **Properties** == **Input** * **Values (IEnumerable)***- Iterate through the data and process each piece
. E.g: [389861710] For Each < T > * **Public (Checkbox)** - If you check it, the data of this activity

Remove Data Column

Last modified by Nhan Nguyen on 2022/05/13 03:04
Rendered document content
is ignored. Eg: “Phone Number”. Data table (DataTable)* - The DataTable object from which the column is to be removed. Misc Public (Checkbox) - Check if you want to publicize it. Remember to consider data security
RCA.Activities.Core.RemoveDataColumn Description This activity allows you to remove a Data
Title
Remove Data Column
Attachment name
remove data column.jpg
Location
Data Table
Remove Data Column
Raw document content
Number”. * **Data table (DataTable)*** - The DataTable object from which the column is to be removed
" %) ((( RCA.Activities.Core.RemoveDataColumn == **Description** == This activity allows you to remove a Data Column to a specified DataTable. [[[[image:remove data column.jpg]]>>attach:remove data column.jpg]] (* is mandatory
« previous page next page » Page 1 ... 3 4 5 6 7 8 9 10 11 ... 47
RSS feed for search on [look-up-data-table]
Created by admin on 2022/04/17 14:38